diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5b447d7..f8c5d4e 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -9,7 +9,8 @@ const items: MenuItem[] = [ { label: "情报", children: [ { href: "/posts", label: "记录" }, - { href: "/events", label: "活动" } + { href: "/events", label: "活动" }, + { href: "/moments", label: "回忆" } ] } ]; diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..10f8a3a --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,15 @@ +--- +import RootLayout from "../layouts/RootLayout.astro"; +--- + + +
+
+

404

+

Not Found

+ +

The resource you want to access was not found.

+ Back to homepage +
+
+
diff --git a/src/pages/moments.astro b/src/pages/moments.astro new file mode 100644 index 0000000..b510003 --- /dev/null +++ b/src/pages/moments.astro @@ -0,0 +1,17 @@ +--- +import RootLayout from "../layouts/RootLayout.astro"; +--- + + +