Skip to content

Commit

Permalink
fix(github-pages): prerender / by default (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
sby1ce committed Apr 3, 2024
1 parent 09d23d6 commit 8b5cbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presets/github-pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const githubPages = defineNitroPreset({
},
prerender: {
routes: [
"/",
// https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site
"/404.html",
],
Expand Down

0 comments on commit 8b5cbc5

Please sign in to comment.