Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Dec 29, 2024
1 parent 9474c64 commit cf85c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ export default defineConfig({


socialLinks: [
{ icon: "github", link: "https://github.com/Snowiiii/Pumpkin" },
{ icon: "github", link: "https://github.com/Pumpkin-MC/Pumpkin" },
{ icon: "discord", link: "https://discord.gg/RNm224ZsDq" },
],

logo: "/assets/icon.png",
logo: "/Pumpkin/assets/favicon.ico",
footer: {
message: "Released under the MIT License.",
copyright: "Copyright © 2024-present Aleksandr Medvedev",
},
editLink: {
pattern: "https://github.com/Snowiiii/Pumpkin/blob/master/docs/:path",
pattern: "https://github.com/Pumpkin-MC/Pumpkin-Website/blob/master/docs/:path",
text: "Edit this page on GitHub",
},
lastUpdated: {
Expand All @@ -86,5 +86,5 @@ export default defineConfig({
},
outline: "deep"
},
head: [["link", { rel: "icon", href: "/Pumpkin/assets/favicon.ico" }]],
head: [["link", { rel: "icon", href: "/assets/favicon.ico" }]],
});
Binary file modified docs/public/assets/favicon.ico
Binary file not shown.

0 comments on commit cf85c40

Please sign in to comment.