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 a0384cb commit 449aac7Copy full SHA for 449aac7
vite.config.ts
@@ -6,7 +6,7 @@ import WindiCSS from 'vite-plugin-windicss'
6
export default defineConfig({
7
resolve: {
8
alias: {
9
- '@': resolve(__dirname, 'src'),
+ '~': resolve(__dirname, 'src'),
10
},
11
12
plugins: [vue(), WindiCSS()],
0 commit comments