There was an error while loading. Please reload this page.
1 parent bef3233 commit 25d89a6Copy full SHA for 25d89a6
1 file changed
packages/docs/.vitepress/config.mts
@@ -60,7 +60,7 @@ export default defineConfig({
60
md.use(componentPreview)
61
}
62
},
63
- head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]],
+ head: [['link', { rel: 'icon', type: 'image/x-icon', href: `${env.VITE_BASE_URL || '/tiny-search-box/'}/favicon.ico` }]],
64
themeConfig: {
65
logo: '/logo.svg',
66
nav: [
0 commit comments