New article and homepage fix
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user