Skip to content

Commit

Permalink
fix: routify SSG
Browse files Browse the repository at this point in the history
  • Loading branch information
osmancoskun committed May 14, 2024
1 parent bf288a3 commit 84176df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ export default defineConfig({
clearScreen: false,

plugins: [
routify(),
routify({
ssr: {
enable: !!production,
},
}),
svelte({
compilerOptions: {
dev: !production,
Expand Down

0 comments on commit 84176df

Please sign in to comment.