Skip to content

Commit 4029531

Browse files
committed
fix(config): simplify favicon path in nuxt.config.ts
1 parent c91bc82 commit 4029531

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/nuxt.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export default defineNuxtConfig({
1313
{
1414
rel: 'icon',
1515
type: 'image/x-icon',
16-
href:
17-
(process.env.NODE_ENV === 'production'
18-
? '/flowforge/'
19-
: '/') + 'favicon.ico',
16+
href: '/favicon.ico',
2017
},
2118
],
2219
},

0 commit comments

Comments
 (0)