Skip to content

Commit

Permalink
Fix logo urls
Browse files Browse the repository at this point in the history
commit-id:7c884edc
  • Loading branch information
mkaput committed Sep 5, 2023
1 parent 22a9a19 commit 272185a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export default withMermaid(

themeConfig: {
logo: {
light: "logo-light.svg",
dark: "logo-dark.svg",
light: "/logo-light.svg",
dark: "/logo-dark.svg",
alt: "Scarb",
},
siteTitle: false,
Expand Down

0 comments on commit 272185a

Please sign in to comment.