We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6c9f3 commit 08f00c3Copy full SHA for 08f00c3
1 file changed
docs/.vitepress/config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
base: '/',
7
ignoreDeadLinks: true,
8
head: [
9
- ['link', { rel: 'icon', href: '/favicon.ico' }],
+ ['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio.svg', type: 'image/svg+xml' }],
10
['meta', { name: 'theme-color', content: '#3c8772' }]
11
],
12
themeConfig: {
0 commit comments