Resume page
This commit is contained in:
@ -12,6 +12,7 @@ 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 $resume from "./routes/resume.tsx";
|
||||
import * as $Chat from "./islands/Chat.tsx";
|
||||
import * as $NavigationBar from "./islands/NavigationBar.tsx";
|
||||
import * as $ScrollUpButton from "./islands/ScrollUpButton.tsx";
|
||||
@ -29,6 +30,7 @@ const manifest = {
|
||||
"./routes/post/[slug].tsx": $post_slug_,
|
||||
"./routes/posts.tsx": $posts,
|
||||
"./routes/projects.tsx": $projects,
|
||||
"./routes/resume.tsx": $resume,
|
||||
},
|
||||
islands: {
|
||||
"./islands/Chat.tsx": $Chat,
|
||||
|
Reference in New Issue
Block a user