chore: update favicon
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }
|
||||
]
|
||||
}
|
||||
},
|
||||
css: ['@unocss/reset/eric-meyer.css'],
|
||||
content: {
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user