Skip to content

Commit

Permalink
enable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
yu23ki14 committed Dec 4, 2024
1 parent 833a7da commit e9f4ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
},
ssr: false,
ssr: true,
}),
tsconfigPaths(),
],
Expand Down

0 comments on commit e9f4ae0

Please sign in to comment.