Skip to content

Commit

Permalink
add public dir for asset pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed May 20, 2024
1 parent 6d48977 commit 0b9656f
Show file tree
Hide file tree
Showing 3 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: "./..//sb_logo.svg",
logo: "./../public/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: https://raw.githubusercontent.com/valgaze/speedybot-utils/main/assets/sb_logo.svg
src: ./public/sb_logo.svg
alt: SpeedyBot
actions:
- theme: brand
Expand Down
File renamed without changes

0 comments on commit 0b9656f

Please sign in to comment.