We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefc753 commit ab70c0aCopy full SHA for ab70c0a
2 files changed
docs/.vitepress/config.mts
@@ -6,7 +6,10 @@ export default defineConfig({
6
title: "PipePipe Wiki",
7
base: "/Docs-PipePipe/",
8
9
+ head: [["link", { rel: "icon", href: "/Docs-PipePipe/pipepipe.png" }]],
10
+
11
themeConfig: {
12
+ logo: "/pipepipe.png",
13
search: {
14
provider: "local",
15
},
docs/public/pipepipe.png
96 KB
0 commit comments