Skip to content

Commit

Permalink
docs: fix image src
Browse files Browse the repository at this point in the history
  • Loading branch information
greyovo committed May 3, 2024
1 parent d94629a commit 5b319a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
description: "A PicQuery documentation site",
base: '/PicQuery/',
head: [
['link', { rel: 'icon', href: '/logo.webp' }],
['link', { rel: 'icon', href: './logo.webp' }],
],
themeConfig: {
logo: './logo.png',
Expand Down

0 comments on commit 5b319a0

Please sign in to comment.