diff --git a/public/cookie-consent-body.js b/public/cookie-consent-body.js deleted file mode 100644 index c3d082e..0000000 --- a/public/cookie-consent-body.js +++ /dev/null @@ -1,3 +0,0 @@ -const html = ''; - -module.exports = process.env.NODE_ENV === 'production' ? html : ''; diff --git a/public/cookie-consent-head.js b/public/cookie-consent-head.js deleted file mode 100644 index b191828..0000000 --- a/public/cookie-consent-head.js +++ /dev/null @@ -1,6 +0,0 @@ -const html = ` - - -`; - -module.exports = process.env.NODE_ENV === 'production' ? html : ''; diff --git a/public/fonts.js b/public/fonts.js deleted file mode 100644 index d1fba28..0000000 --- a/public/fonts.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = ''; diff --git a/public/index.html b/public/index.html index 09df26f..611296f 100644 --- a/public/index.html +++ b/public/index.html @@ -4,16 +4,12 @@