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: [
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 140 140" fill="none">
|
||||
<polygon points="70,16 100,48 70,60 40,48" fill="#3b82f6"/>
|
||||
<polygon points="40,48 70,60 70,124 22,60" fill="#3b82f6" opacity="0.7"/>
|
||||
<polygon points="100,48 70,60 70,124 118,60" fill="#3b82f6" opacity="0.5"/>
|
||||
<polygon points="70,16 40,48 22,60" fill="#3b82f6" opacity="0.85"/>
|
||||
<polygon points="70,16 100,48 118,60" fill="#3b82f6" opacity="0.65"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 463 B |
Reference in New Issue
Block a user