feat: add advertisements
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m28s
Node.js CI / Lint and Test (push) Successful in 1m31s

This commit is contained in:
Naomi Carrigan 2025-05-30 21:34:04 -07:00
parent 7252be5d02
commit b179cc469b
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -64,6 +64,15 @@ export default defineConfig({
rel: "icon",
href: "/logo.png"
}
},
{
tag: "script",
attrs: {
type: "text/javascript",
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3569924701890974",
async: true,
crossorigin: "anonymous"
}
}
],
customCss: [