Skip to content

Commit

Permalink
try fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Oct 29, 2024
1 parent 7e01dea commit 46f51a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({

// https://vitepress.dev/reference/default-theme-config
themeConfig: {
logo: "assets/logo.png",
logo: "/assets/logo.png",

sidebar: generateSidebar({
documentRootPath: "docs/",
Expand Down Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
}
],

head: [["link", { rel: "icon", href: "/protocol-wiki/assets/logo.ico" }]],
head: [["link", { rel: "icon", href: "/protocol-wiki/assets/favicon.ico" }]],

footer: {
message: "Released under the Apache-2.0 License.",
Expand Down
File renamed without changes.

0 comments on commit 46f51a7

Please sign in to comment.