From ee1073ff07e30a49e37dd15875a3c706aa551678 Mon Sep 17 00:00:00 2001 From: Pasha8914 Date: Mon, 13 Jun 2022 20:49:07 +1000 Subject: [PATCH] return app.html --- app.html | 39 +++++++++++++++++++++++++++++++++++++++ nuxt.config.js | 1 - 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/app.html b/app.html index e69de29..89dfad8 100644 --- a/app.html +++ b/app.html @@ -0,0 +1,39 @@ + + + + + {{ HEAD }} + + +{{ APP }} + + diff --git a/nuxt.config.js b/nuxt.config.js index 81880fd..0d9bd55 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -45,7 +45,6 @@ export default { }, head: { title: 'Tornado.cash', - script: [{ src: 'headerScript.js', async: false, defer: true }], meta: [ { charset: 'utf-8' }, {