Skip to content

Commit 0c006d7

Browse files
committed
fix(config): remove favicon configuration from nuxt.config.ts
1 parent 019bebd commit 0c006d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/nuxt.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ export default defineNuxtConfig({
88
},
99
app: {
1010
buildAssetsDir: 'assets', // avoid underscore prefix for GitHub Pages
11-
head: {
12-
link: [
13-
{
14-
rel: 'icon',
15-
type: 'image/x-icon',
16-
href: '/favicon.ico',
17-
},
18-
],
19-
},
2011
},
2112
image: {
2213
// Don't set baseURL for image module - let app.baseURL handle it

0 commit comments

Comments
 (0)