We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98dc5e commit bc3fc5eCopy full SHA for bc3fc5e
1 file changed
vite.config.ts
@@ -24,7 +24,7 @@ const config = await readFile('config.example.yaml', 'utf-8');
24
const { server } = parse(config);
25
26
export default defineConfig(({ isSsrBuild }) => ({
27
- base: `${prefix}/`,
+ base: isSsrBuild ? `${prefix}/` : undefined,
28
plugins: [
29
reactRouterHonoServer(),
30
reactRouter(),
0 commit comments