Added runtimeConfig and used it for appVersion in the footer
This commit is contained in:
parent
3897072e27
commit
52b255df65
4 changed files with 30 additions and 4 deletions
|
|
@ -43,6 +43,7 @@ export default defineConfig({
|
|||
alias: {
|
||||
"~": fileURLToPath(new URL("./app", import.meta.url)),
|
||||
"@": fileURLToPath(new URL("./app", import.meta.url)),
|
||||
"#app": fileURLToPath(new URL("./.nuxt/types/imports.d.ts", import.meta.url)),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue