Skip to content

Commit 08f00c3

Browse files
committed
Fix favicon
1 parent 6c6c9f3 commit 08f00c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
base: '/',
77
ignoreDeadLinks: true,
88
head: [
9-
['link', { rel: 'icon', href: '/favicon.ico' }],
9+
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio.svg', type: 'image/svg+xml' }],
1010
['meta', { name: 'theme-color', content: '#3c8772' }]
1111
],
1212
themeConfig: {

0 commit comments

Comments
 (0)