refactor: update import alias in files

This commit is contained in:
satnaing
2025-02-25 20:17:30 +07:00
committed by Sat Naing
parent cd11b39d22
commit 53c79dd4c1
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import rss from "@astrojs/rss";
import { getCollection } from "astro:content";
import getSortedPosts from "@utils/getSortedPosts";
import { SITE } from "@config";
import getSortedPosts from "@/utils/getSortedPosts";
import { SITE } from "@/config";
export async function GET() {
const posts = await getCollection("blog");