From bc999c586e31fe59bc97a51dbe93c8789dfe3809 Mon Sep 17 00:00:00 2001 From: Daniel Ferguson Date: Sun, 5 Jun 2022 23:05:41 +1000 Subject: [PATCH] :bug: moved most meta tags to php app file --- resources/js/pages/home.jsx | 51 ----------------------------------- resources/views/app.blade.php | 19 +++++++++++++ 2 files changed, 19 insertions(+), 51 deletions(-) diff --git a/resources/js/pages/home.jsx b/resources/js/pages/home.jsx index 16d1fb9..b557f40 100644 --- a/resources/js/pages/home.jsx +++ b/resources/js/pages/home.jsx @@ -57,57 +57,6 @@ const Home = () => { name="description" content="Mates Motivate is the next thing in following your goals, we have found in our own lives that the best motivator there is “your mates”. Encourage a stronger commitment, celebrate your wins, and keep you motivated toward completing your goals." /> - - - - - - - - - - - - - - {/* Hero */} diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index d82631d..4bf4cd9 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -7,6 +7,25 @@ @inertiaHead + + + + + + + + + + + + + + +