We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed03bf2 commit e987649Copy full SHA for e987649
docs/vite.config.ts
@@ -16,5 +16,8 @@ export default defineConfig({
16
if (id === '\0$app/environment') return 'export const browser = true';
17
}
18
} as Plugin
19
- ]
+ ],
20
+ build:{
21
+ chunkSizeWarningLimit: 999999
22
+ }
23
});
netlify.toml
@@ -0,0 +1,7 @@
1
+[build.environment]
2
+NODE_VERSION = "18"
3
+
4
+[build]
5
+base = "docs"
6
+publish = "/.vitepress/dist"
7
+command = "pnpm run docs:build"
0 commit comments