Skip to content

Commit 97f3aca

Browse files
committed
chore(ci): coder rabbit and sitemap verification
- disable coder rabbit poem - add google sitemap verification metatag Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent e41977d commit 97f3aca

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
22
language: 'en-US'
33
reviews:
4+
poem: false
45
profile: assertive
56
auto_review:
67
enabled: true

projects/site/src/_11ty/layouts/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const renderBaseHead = data => {
2626
<meta property="og:site_name" content="NVIDIA Elements">
2727
<meta property="og:type" content="${ogType}">
2828
<link rel="icon" href="/favicon.svg">
29+
<meta name="google-site-verification" content="pqQ1zOnKkqdZ2Lm0H8qIQx3q1x6Q7ghbumSrwzF_KSY" />
2930
${renderJsonLd(data, meta)}
3031
${renderGlobalsScript(data)}
3132
<style>

0 commit comments

Comments
 (0)