feat(docs): add gem favicon to VitePress site

This commit is contained in:
Siddharth Kumar Sah
2026-03-27 13:50:02 +08:00
parent d47548a1d7
commit 42ec0f2490
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ export default defineConfig({
srcDir: ".",
outDir: "./.vitepress/dist",
head: [["meta", { name: "theme-color", content: "#3b82f6" }]],
head: [
["meta", { name: "theme-color", content: "#3b82f6" }],
["link", { rel: "icon", type: "image/svg+xml", href: "/Stirling-Image/favicon.svg" }],
],
themeConfig: {
nav: [