diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index a5834b2..c5803af 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -1,5 +1,6 @@ --- -import { CollectionEntry, getCollection } from 'astro:content'; +import { getCollection } from 'astro:content'; +import type { CollectionEntry } from 'astro:content'; import BaseLayout from '@/layouts/BaseLayout.astro'; export async function getStaticPaths() {