Skip to content

Commit

Permalink
feat: WEB-820 Add cookieyes banner (#6509)
Browse files Browse the repository at this point in the history
* Add cookieyes

* Add async

* pin ubuntu due to linkspector issue

---------

Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
carlagn and jharrell authored Dec 11, 2024
1 parent cc28284 commit 5204366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run linkspector
Expand Down
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ const config: Config = {
src: "https://cdn.cr-relay.com/v1/site/cc8b954c-5f74-4254-a72a-e0d61048bd58/signals.js",
async: true,
},
{
async: true,
id: "cookieyes",
type: "text/javascript",
src: "https://cdn-cookieyes.com/client_data/96980f76df67ad5235fc3f0d/script.js"
}
],
plugins: [
"docusaurus-plugin-sass",
Expand Down

0 comments on commit 5204366

Please sign in to comment.