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' } ] },