mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(docs): add gem favicon to VitePress site
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user