Skip to content

Commit

Permalink
[docs only] Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Aug 9, 2024
1 parent eea7217 commit 28b4ecd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ export default {
description: 'Documentation for the Camelot Discord bot',
base: '/Camelot/',

head: [
['link', { rel: 'icon', type: 'image/x-icon', href: '/Camelot/favicon.ico' }],
],

themeConfig: {
logo: '/hero.png',
logo: '/favicon.png',
socialLinks: [
{ icon: 'github', link: 'https://github.com/neoforged/Camelot' }
],
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hero:
text: Powerful Discord bot
tagline: Customize your Discord experience
image:
src: /hero.png
src: /favicon.png
alt: Camelot
actions:
- text: Get Started running Camelot
Expand Down
Binary file added docs/docs/public/favicon.ico
Binary file not shown.
File renamed without changes

0 comments on commit 28b4ecd

Please sign in to comment.