Skip to content

Commit

Permalink
Merge pull request #9 from wedinc/fix/favicon
Browse files Browse the repository at this point in the history
chore(fix): favicon
  • Loading branch information
yanskun authored Oct 24, 2023
2 parents 8ae5f3c + c35616c commit e57d7c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ export default defineNuxtConfig({
{
rel: 'icon',
type: 'image/x-icon',
href:
process.env.NODE_ENV === 'production'
? '/wedinc.github.io/favicon.ico'
: '/favicon.ico'
href: '/favicon.ico'
}
]
}
Expand Down

0 comments on commit e57d7c3

Please sign in to comment.