We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3fa11 commit 28e7ccfCopy full SHA for 28e7ccf
docs/.vitepress/config.mts
@@ -9,12 +9,12 @@ export default defineConfig({
9
head: [
10
[
11
'link',
12
- { rel: 'icon', type: 'image/png', href: '/icon.png' }
+ { rel: 'icon', type: 'image/png', href: 'icon.png' }
13
],
14
15
base: "/allium-docs/",
16
themeConfig: {
17
- logo: "icon.png",
+ logo: "/icon.png",
18
// https://vitepress.dev/reference/default-theme-config
19
nav: [
20
{ text: 'Home', link: '/' },
0 commit comments