We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcc15e commit e1396e5Copy full SHA for e1396e5
tester/index.html
@@ -14,6 +14,6 @@
14
</head>
15
<body>
16
<div id="root"></div>
17
- <script type="module" src="/src/main.jsx"></script>
+ <script type="module" src="./src/main.jsx"></script>
18
</body>
19
</html>
tester/vite.config.js
@@ -9,6 +9,7 @@ export default defineConfig({
9
},
10
build: {
11
target: 'es2015',
12
- outDir: './../docs/'
+ outDir: './../docs/',
13
+ base: ''
})
0 commit comments