chore(docs): remove ico from head, remove houston (#92)

* chore(docs): remove ico from head

* chore(docs): remove houston
This commit is contained in:
藍+85CD
2025-03-24 15:51:08 +08:00
committed by GitHub
parent 58da3be7da
commit 0bfd6d6cf6
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -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