diff --git a/src/pages/[category]/[page]/index.astro b/src/pages/[category]/[page]/index.astro index 7ce4af7..4deb231 100644 --- a/src/pages/[category]/[page]/index.astro +++ b/src/pages/[category]/[page]/index.astro @@ -1,7 +1,7 @@ --- import type { Page } from "astro"; import { getCollection } from "astro:content"; -import { CATEGORIES } from "@/content/config"; +import { CATEGORIES } from "@/content.config.ts"; import Header from "@/components/Header.astro"; import Footer from "@/components/Footer.astro";