Skip to content

Commit 73405d9

Browse files
committed
Fix build
1 parent 288b08e commit 73405d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export default defineConfig({
2222
prefixDefaultLocale: false,
2323
},
2424
},
25+
vite: {
26+
ssr: {
27+
noExternal: ['zod'],
28+
},
29+
},
2530
integrations: [
2631
starlight({
2732
plugins: [mtasaStarlightThemePlugin(), starlightScrollToTop({

0 commit comments

Comments
 (0)