Skip to content

Commit ab70c0a

Browse files
authored
feat(theme): add logo and favicon (#7)
1 parent aefc753 commit ab70c0a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ export default defineConfig({
66
title: "PipePipe Wiki",
77
base: "/Docs-PipePipe/",
88

9+
head: [["link", { rel: "icon", href: "/Docs-PipePipe/pipepipe.png" }]],
10+
911
themeConfig: {
12+
logo: "/pipepipe.png",
1013
search: {
1114
provider: "local",
1215
},

docs/public/pipepipe.png

96 KB
Loading

0 commit comments

Comments
 (0)