Skip to content

Commit

Permalink
feat: adds favicon.ico
Browse files Browse the repository at this point in the history
Closes #35.
  • Loading branch information
claymcleod committed Jan 24, 2025
1 parent 6f23c95 commit f21aae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig({
appearance: "force-dark",
base: "/",
ignoreDeadLinks: ["./LICENSE"],
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
themeConfig: {
/**
* Logo and site title.
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit f21aae1

Please sign in to comment.