Skip to content

Commit

Permalink
fix favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Dec 10, 2021
1 parent fc88a58 commit def0ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineUserConfig<DefaultThemeOptions, ViteBundlerOptions>({
base: '/Gridify/',

head: [
['link', { rel: 'icon', href: '/favicon.ico', type: "image/x-icon" }],
['link', { rel: 'shortcut icon', href: '/favicon.ico', type: "image/x-icon" }]
['link', { rel: 'icon', href: 'favicon.ico', type: "image/x-icon" }],
['link', { rel: 'shortcut icon', href: 'favicon.ico', type: "image/x-icon" }]
],
})

0 comments on commit def0ecb

Please sign in to comment.