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 0f5c2e0 commit d94629a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
['link', { rel: 'icon', href: '/logo.webp' }],
],
themeConfig: {
logo: '/logo.png',
logo: './logo.png',
footer: {
message: 'Released under the MIT License, visit our <a href="/privacy-policy">Privacy Policy</a>.',
copyright: 'Copyright © 2023-present <a href="https://github.com/greyovo">Grey Liu</a>.',
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hero:
text: Github Release
link: https://github.com/greyovo/PicQuery/releases
image:
src: /logo.svg
src: ./logo.svg
alt: PicQuery app screenshot

features:
Expand Down

0 comments on commit d94629a

Please sign in to comment.