migrate to astro 5

This commit is contained in:
log101 2025-01-02 22:08:50 +03:00
parent 79838eb86c
commit 022955639c

View File

@ -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";