We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41977d commit 97f3acaCopy full SHA for 97f3aca
2 files changed
.coderabbit.yaml
@@ -1,6 +1,7 @@
1
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2
language: 'en-US'
3
reviews:
4
+ poem: false
5
profile: assertive
6
auto_review:
7
enabled: true
projects/site/src/_11ty/layouts/common.js
@@ -26,6 +26,7 @@ export const renderBaseHead = data => {
26
<meta property="og:site_name" content="NVIDIA Elements">
27
<meta property="og:type" content="${ogType}">
28
<link rel="icon" href="/favicon.svg">
29
+ <meta name="google-site-verification" content="pqQ1zOnKkqdZ2Lm0H8qIQx3q1x6Q7ghbumSrwzF_KSY" />
30
${renderJsonLd(data, meta)}
31
${renderGlobalsScript(data)}
32
<style>
0 commit comments