feat: add favicon and logo assets, update App component to use logo

This commit is contained in:
shuaiplus
2026-03-01 04:21:07 +08:00
committed by Shuai
parent 205ccdad8b
commit 15e0a29bb1
12 changed files with 10 additions and 11 deletions
+1 -3
View File
@@ -14,7 +14,7 @@ export default defineConfig({
},
},
build: {
outDir: path.resolve(rootDir, '../public'),
outDir: path.resolve(rootDir, '../dist'),
emptyOutDir: false,
sourcemap: true,
},
@@ -28,8 +28,6 @@ export default defineConfig({
'/config': 'http://127.0.0.1:8787',
'/notifications': 'http://127.0.0.1:8787',
'/.well-known': 'http://127.0.0.1:8787',
'/favicon.ico': 'http://127.0.0.1:8787',
'/favicon.svg': 'http://127.0.0.1:8787',
},
},
});