Skip to content

Commit

Permalink
[ENG-1519] Add Clearbit to website (#434)
Browse files Browse the repository at this point in the history
* add clearbit to docs

* add clearbit to landing page
  • Loading branch information
dphuang2 authored Jan 3, 2024
1 parent 8ae133f commit 639796d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generator/konfig-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ async function createConfig() {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.png",
scripts: [
{
src: "https://tag.clearbitscripts.com/v1/pk_99799d8e5d4460e6c6e7b3c89b407b12/tags.js",
referrerpolicy: "strict-origin-when-cross-origin",
async: true,
},
],
themes: [
"docusaurus-json-schema-plugin",
[
Expand Down
6 changes: 6 additions & 0 deletions konfigthis.com/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ export default function App(props: AppProps) {
`}
</Script>

<Script
async
src="https://tag.clearbitscripts.com/v1/pk_99799d8e5d4460e6c6e7b3c89b407b12/tags.js"
referrerPolicy="strict-origin-when-cross-origin"
/>

<MantineProvider
withGlobalStyles
withNormalizeCSS
Expand Down

0 comments on commit 639796d

Please sign in to comment.