Fix missing fonts (vite import path)
This commit is contained in:
parent
0aa1a9911f
commit
4c364f93e6
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ export default defineConfig({
|
|||
extensions: [".mjs", ".js", ".ts", ".jsx", ".tsx", ".json", ".vue", ".wasm"],
|
||||
alias: {
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
"~@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
"~vuetify": fileURLToPath(new URL("./node_modules/vuetify", import.meta.url)),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue