From bffdf7ef4037e7c53815767036d867aaa8c1105f Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 21 Apr 2022 17:53:07 +0300 Subject: [PATCH 1/7] Copy all meta tags to index.html --- public/index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/public/index.html b/public/index.html index bd45bc5eb9..64a9649961 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,52 @@ + + + + + + + + + + + + + + + + + From 09b3cc6364411196cb0bd49c6387d0926980c1a7 Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 21 Apr 2022 17:53:23 +0300 Subject: [PATCH 2/7] Remove all non-dynamic meta tags from DefMeta.jsx --- src/meta/DefMeta.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/meta/DefMeta.jsx b/src/meta/DefMeta.jsx index 74643acd38..57a17294eb 100644 --- a/src/meta/DefMeta.jsx +++ b/src/meta/DefMeta.jsx @@ -3,16 +3,12 @@ import { Helmet } from "react-helmet"; function DefMeta() { return ( - - - - - - - - Date: Thu, 21 Apr 2022 18:01:36 +0300 Subject: [PATCH 3/7] Remove comment in index.html --- public/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/index.html b/public/index.html index 64a9649961..75aaeba7cc 100644 --- a/public/index.html +++ b/public/index.html @@ -52,8 +52,6 @@ - -