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 252d8ee commit 5d76950Copy full SHA for 5d76950
1 file changed
vite.config.js
@@ -3,4 +3,5 @@ import solid from 'vite-plugin-solid'
3
4
export default defineConfig({
5
plugins: [solid()],
6
-})
+ base: "/indigo/",
7
+})
0 commit comments