We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dd5bd commit c059181Copy full SHA for c059181
vite.config.ts
@@ -5,4 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
5
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
+ base: "/toroid-wireframe-clouds/"
9
})
0 commit comments