From 995f8756160ce7b00702ac206b1d3084ad87e9c8 Mon Sep 17 00:00:00 2001 From: yige Date: Sat, 26 Sep 2020 19:15:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3google=20ad=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.html | 14 ++++++++++++++ nuxt.config.js | 4 ---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 app.html diff --git a/app.html b/app.html new file mode 100644 index 0000000..1270f98 --- /dev/null +++ b/app.html @@ -0,0 +1,14 @@ + + + + + {{ HEAD }} + + + + + {{ APP }} + + + \ No newline at end of file diff --git a/nuxt.config.js b/nuxt.config.js index e0eaf06..6828afa 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -49,10 +49,6 @@ module.exports = { type: 'image/x-icon', href: '/favicon.ico' } - ], - script: [ - { src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js', async: true, 'data-ad-client': 'ca-pub-2143583075951360' } - // { src: 'https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js' } ] },