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 ff919f9 commit ffe6e26Copy full SHA for ffe6e26
examples/sandbox/vite.config.ts
@@ -22,6 +22,7 @@ export default defineConfig(mode => {
22
define: {
23
'import.meta.env.EXT': JSON.stringify(is_ext),
24
},
25
+ base: '', // for github pages to not start with absolute "/"
26
mode: 'development',
27
resolve: {
28
conditions: ['browser', 'development']
0 commit comments