-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add kubecon landing page #115
add kubecon landing page #115
Conversation
✅ Deploy Preview for plural-marketing ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
b5a3e07
to
5bf8615
Compare
57f1c31
to
967332a
Compare
pages/_document.tsx
Outdated
@@ -41,6 +41,17 @@ class MyDocument extends Document { | |||
rel="stylesheet" | |||
href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" | |||
/> | |||
{/* <!-- Google Tag Manager --> */} | |||
<script | |||
dangerouslySetInnerHTML={{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this how it's supposed to be done?
967332a
to
f28aabc
Compare
</Head> | ||
<body> | ||
{/* <!-- Google Tag Manager (noscript) --> */} | ||
<noscript> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's not in the google tag manager thing too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's for cases of user having JS disabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't clear from the docs, and i figure it doesn't hurt to leave it
also adds new google analytics scripts
closes prod-2792, prod-2793