Refactor components structure
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import { SITE, BLOG } from "~/config.mjs";
|
||||
|
||||
import Layout from "~/layouts/PageLayout.astro";
|
||||
import SinglePost from "~/components/widgets/blog/SinglePost.astro";
|
||||
import SinglePost from "~/components/blog/SinglePost.astro";
|
||||
|
||||
import { getCanonical, getPermalink, cleanSlug, BLOG_BASE } from "~/utils/permalinks";
|
||||
import { fetchPosts } from "~/utils/posts";
|
||||
|
Reference in New Issue
Block a user