Skip to content

Commit

Permalink
enable prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed Mar 24, 2024
1 parent 7b1b42f commit c0d5993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import UnoCSS from "unocss/vite";
export default defineConfig({
server: {
preset: "vercel",
prerender: {
crawlLinks: true
}
},
vite: {
plugins: [
Expand Down

0 comments on commit c0d5993

Please sign in to comment.