Skip to content

Commit

Permalink
Implementar CookieYes Consent Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Jan 5, 2025
1 parent 931f67a commit 1568d26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ export default defineConfig({
crossorigin: "",
},
},
{
tag: "script",
attrs: {
id: "cookieyes",
type: "text/javascript",
src: "https://cdn-cookieyes.com/client_data/33562392e5df2bf8fea23abf/script.js",
},
},
],
editLink: {
baseUrl: "https://github.com/TeenBiscuits/Pasame-Codigo/edit/main/",
Expand Down

0 comments on commit 1568d26

Please sign in to comment.