diff --git a/src/pages/index.astro b/src/pages/index.astro index b721b92..e0cd451 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,6 @@ --- import SocialList from "@/components/SocialList.astro"; import PostPreview from "@/components/blog/PostPreview.astro"; -import Note from "@/components/note/Note.astro"; import { getAllFixedToTopPosts, getAllNotes, getAllPosts } from "@/data/post"; import PageLayout from "@/layouts/Base.astro"; import { collectionDateSort } from "@/utils/date"; @@ -74,7 +73,7 @@ const latestNotes = allNotes.sort(collectionDateSort).slice(0, MAX_NOTES); } - { + diff --git a/src/site.config.ts b/src/site.config.ts index 52f0ca9..ae31ca7 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -45,10 +45,10 @@ export const menuLinks: { path: string; title: string }[] = [ path: "/posts/", title: "Blog", }, - { - path: "/notes/", - title: "Notes", - }, + // { + // path: "/notes/", + // title: "Notes", + // }, { path: "/friends/", title: "Friends",