Added runtimeConfig and used it for appVersion in the footer

This commit is contained in:
Liviu Burcusel 2025-12-24 11:14:03 +01:00
parent 3897072e27
commit 52b255df65
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
4 changed files with 30 additions and 4 deletions

View file

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