New article and homepage fix

This commit is contained in:
2025-04-25 00:40:55 -06:00
parent 9dc9225591
commit 16dd4463ae
4 changed files with 64 additions and 11 deletions

View File

@ -10,7 +10,6 @@ import * as $index from "./routes/index.tsx";
import * as $post_slug_ from "./routes/post/[slug].tsx";
import * as $posts from "./routes/posts.tsx";
import * as $projects from "./routes/projects.tsx";
import * as $Example from "./islands/Example.tsx";
import * as $NavigationBar from "./islands/NavigationBar.tsx";
import * as $ScrollUpButton from "./islands/ScrollUpButton.tsx";
import type { Manifest } from "$fresh/server.ts";
@ -27,7 +26,6 @@ const manifest = {
"./routes/projects.tsx": $projects,
},
islands: {
"./islands/Example.tsx": $Example,
"./islands/NavigationBar.tsx": $NavigationBar,
"./islands/ScrollUpButton.tsx": $ScrollUpButton,
},