From 9e26960c8db045e0f7c7581cd39dcd1fd44d1359 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 25 Jan 2024 21:21:45 +0100 Subject: [PATCH] fix: script --- docs/astro.config.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index c959fcc..41d3ff5 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -76,8 +76,10 @@ export default defineConfig({ }, { tag: 'script', - content: `` + attrs: { + src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2438923752868254', + async: true, + } } ], components: {