migrate to astro 5
This commit is contained in:
parent
79838eb86c
commit
022955639c
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
import type { Page } from "astro";
|
import type { Page } from "astro";
|
||||||
import { getCollection } from "astro:content";
|
import { getCollection } from "astro:content";
|
||||||
import { CATEGORIES } from "@/content/config";
|
import { CATEGORIES } from "@/content.config.ts";
|
||||||
|
|
||||||
import Header from "@/components/Header.astro";
|
import Header from "@/components/Header.astro";
|
||||||
import Footer from "@/components/Footer.astro";
|
import Footer from "@/components/Footer.astro";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user