Skip to content

Commit be69a96

Browse files
authored
docs: update (#3090)
Co-authored-by: Oli Morris <[email protected]>
1 parent 9d985b1 commit be69a96

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

doc/.vitepress/config.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ const baseHeaders = [
6161
href: siteUrl + "/sitemap.xml",
6262
},
6363
],
64+
["link", { rel: "icon", type: "image/png", href: "/favicon.png" }],
65+
// Ensure Google displays the site as CodeCompanion.nvim in search results
66+
[
67+
"script",
68+
{ type: "application/ld+json" },
69+
JSON.stringify({
70+
"@context": "https://schema.org",
71+
"@type": "WebSite",
72+
name: "CodeCompanion.nvim",
73+
url: "https://codecompanion.olimorris.dev",
74+
}),
75+
],
6476
];
6577

6678
const umamiScript = [

doc/public/favicon.png

19 KB
Loading

0 commit comments

Comments
 (0)