From 8f780ad89e7f524affdf8619eb48dee984e9cfd8 Mon Sep 17 00:00:00 2001 From: Geometrically Date: Tue, 22 Dec 2020 19:35:33 -0700 Subject: [PATCH] Google ad verification code --- nuxt.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index c93a21f89..a86930538 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -67,6 +67,11 @@ export default { src: 'https://media.ethicalads.io/media/client/ethicalads.min.js', async: true, }, + { + src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js', + 'data-ad-client': 'ca-pub-4615302805870170', + async: true, + }, ], },