Skip to content

Commit

Permalink
feat: add script (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
origranot authored Nov 1, 2024
1 parent b92d20f commit 6e0e70c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/frontend/src/components/router-head/router-head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ export const RouterHead = component$(() => {
/>
<script async defer src="https://buttons.github.io/buttons.js"></script>

<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5391393465846541"
crossOrigin="anonymous"
></script>

{head.meta.map((m) => (
<meta key={m.key} {...m} />
))}
Expand Down

0 comments on commit 6e0e70c

Please sign in to comment.