Skip to content

Commit

Permalink
add asset pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed May 20, 2024
1 parent 0b9656f commit 32bb41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
title: "SpeedyBot",
description: "Rich conversation agents, the speedy and easy way",
themeConfig: {
logo: "./../public/sb_logo.svg",
logo: "./../sb_logo.svg",
footer: {
message: `<a href="https://github.com/valgaze/speedybot/blob/v2/LICENSE" target="_blank">MIT License</a> ${new Date().getFullYear()}`, // this'll be statically updated everytime redeploy
},
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
text: "Rich conversation systems, the speedy and easy way"
# tagline: Efficiently design, deploy, and secure rich conversation systems in enterprises and large teams
image:
src: ./public/sb_logo.svg
src: ./sb_logo.svg
alt: SpeedyBot
actions:
- theme: brand
Expand Down

0 comments on commit 32bb41c

Please sign in to comment.