reduce bounce rate
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import ContentCard from "../components/ContentCard.astro";
|
||||
import MediaModal from "../components/MediaModal.astro";
|
||||
import { readContentCache } from "../lib/content/cache";
|
||||
import { podcastEpisodes } from "../lib/content/selectors";
|
||||
|
||||
@@ -35,4 +36,6 @@ const episodes = podcastEpisodes(cache).sort(
|
||||
)
|
||||
}
|
||||
</section>
|
||||
|
||||
<MediaModal />
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user