We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8294c commit 97f6368Copy full SHA for 97f6368
playground/vite.config.ts
@@ -3,6 +3,7 @@ import vue from '@vitejs/plugin-vue'
3
import UnoCSS from 'unocss/vite'
4
5
export default defineConfig({
6
+ base: './',
7
plugins: [vue(), UnoCSS()],
8
resolve: {
9
alias: {
0 commit comments