Skip to content

Commit 28e7ccf

Browse files
committed
fix: favicon (oops)
1 parent fc3fa11 commit 28e7ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ export default defineConfig({
99
head: [
1010
[
1111
'link',
12-
{ rel: 'icon', type: 'image/png', href: '/icon.png' }
12+
{ rel: 'icon', type: 'image/png', href: 'icon.png' }
1313
],
1414
],
1515
base: "/allium-docs/",
1616
themeConfig: {
17-
logo: "icon.png",
17+
logo: "/icon.png",
1818
// https://vitepress.dev/reference/default-theme-config
1919
nav: [
2020
{ text: 'Home', link: '/' },

0 commit comments

Comments
 (0)