chore(docs): remove ico from head, remove houston (#92)
* chore(docs): remove ico from head * chore(docs): remove houston
This commit is contained in:
@@ -33,7 +33,6 @@ export default defineConfig({
|
||||
],
|
||||
head: [
|
||||
{ tag: 'link', attrs: { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg', sizes: 'any' } },
|
||||
{ tag: 'link', attrs: { rel: 'shortcut icon', href: '/favicon.ico' } },
|
||||
{ tag: 'link', attrs: { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' } },
|
||||
{ tag: 'meta', attrs: { name: 'apple-mobile-web-app-title', content: 'Airi' } },
|
||||
{ tag: 'link', attrs: { ref: 'manifest', href: '/site.webmanifest' } },
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user