We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee580f commit 35ff2a3Copy full SHA for 35ff2a3
vite.config.ts
@@ -20,12 +20,12 @@ export default defineConfig({
20
}),
21
dynamicBase({
22
// dynamic public path var string, default window.__dynamic_base__
23
- publicPath: "window.__dynamic_base__",
+ publicPath: " window.__dynamic_base__",
24
// dynamic load resources on index.html, default false. maybe change default true
25
- // transformIndexHtml: true,
26
- // transformIndexHtmlConfig: {
27
- // insertBodyAfter: true,
28
- // },
+ transformIndexHtml: true,
+ transformIndexHtmlConfig: {
+ insertBodyAfter: true,
+ },
29
30
process.env.VITE_LITE !== "true"
31
? viteStaticCopy({
0 commit comments