Fix missing fonts (vite import path)

This commit is contained in:
N-Pex 2025-03-31 17:50:47 +02:00
parent 0aa1a9911f
commit 4c364f93e6

View file

@ -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)),
},
},