feat(assets): add logo image and update image references in App.vue and AuthPage.vue to use dynamic source

This commit is contained in:
2026-01-01 16:36:59 -06:00
parent 864c17c754
commit 2abc5e7ad7
4 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ export default {
// vite app is loaded from /meshchatx/src/frontend
root: path.join(__dirname, "meshchatx", "src", "frontend"),
publicDir: path.join(__dirname, "meshchatx", "src", "frontend", "public"),
build: {
minify: "terser",
terserOptions: {