We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c30f9b commit b692d57Copy full SHA for b692d57
vite.config.js
@@ -2,4 +2,5 @@ import { defineConfig } from 'vite'
2
import tailwindcss from '@tailwindcss/vite'
3
export default defineConfig({
4
plugins: [tailwindcss()],
5
+ base: '/treemind/',
6
})
0 commit comments