Skip to content

Commit

Permalink
Merge pull request #123 from reynaldichernando/fix-docs-assets
Browse files Browse the repository at this point in the history
docs: Adjust static assets directory and fix favicon path
  • Loading branch information
Snowiiii authored Oct 15, 2024
2 parents e7afc23 + b91223a commit a99aa0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ export default defineConfig({
},
outline: "deep"
},
head: [["link", { rel: "icon", href: "/assets/favicon.ico" }]],
head: [["link", { rel: "icon", href: "/Pumpkin/assets/favicon.ico" }]],
});
File renamed without changes.
File renamed without changes

0 comments on commit a99aa0c

Please sign in to comment.