diff --git a/.umirc.ts b/.umirc.ts index e8c58209..9568f1c1 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -14,7 +14,7 @@ export default defineConfig({ dynamicImport: { loading: '@/components/pageLoading', }, - favicon: '/images/g5.ico', + favicon: '/images/favicon.svg', proxy: { '/api/public': { target: 'http://127.0.0.1:5400/', diff --git a/public/images/favicon.svg b/public/images/favicon.svg new file mode 100644 index 00000000..383291b0 --- /dev/null +++ b/public/images/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/g5.ico b/public/images/g5.ico deleted file mode 100644 index 552357bf..00000000 Binary files a/public/images/g5.ico and /dev/null differ