mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 06:29:25 +08:00
fix: remove favicon
This commit is contained in:
parent
34ab7fb349
commit
be651d16a3
@ -25,10 +25,6 @@ export default defineConfig({
|
||||
favicons: [`${appPublicPath}favicon/favicon.ico`],
|
||||
metas: [{ name: 'viewport', content: 'initial-scale=0.1' }],
|
||||
links: [
|
||||
{ rel: 'apple-touch-icon', size: '180x180', ref: `${appPublicPath}favicon/apple-touch-icon.png` },
|
||||
{ rel: 'icon', type: 'image/png', size: '32x32', ref: `${appPublicPath}favicon/favicon-32x32.png` },
|
||||
{ rel: 'icon', type: 'image/png', size: '16x16', ref: `${appPublicPath}favicon/favicon-16x16.png` },
|
||||
{ rel: 'manifest', href: `${appPublicPath}favicon/site.webmanifest` },
|
||||
{ rel: 'stylesheet', href: `${appPublicPath}global.css` },
|
||||
],
|
||||
headScripts: [
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 376 B |
Binary file not shown.
Before Width: | Height: | Size: 792 B |
@ -1 +0,0 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"./android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
Loading…
x
Reference in New Issue
Block a user