From 8e607cda18161955fbcb1ce9740594ec79c706cc Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:41:03 +0100 Subject: [PATCH] Fixed site SEO --- .env.local-example | 13 +++++++------ pages/_app.js | 12 ++++++------ pages/_document.js | 5 ++++- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.env.local-example b/.env.local-example index 7ff861f..ad8e128 100644 --- a/.env.local-example +++ b/.env.local-example @@ -1,9 +1,10 @@ -SITE_NAME=BeatSaber Overlay -SITE_TITLE=BeatSaber Overlay - Simple and easy to use BeatSaber overlay -SITE_DESCRIPTION=Free, simple, and easy to use beat saber overlay for OBS -SITE_COLOR=#0EBFE9 -SITE_URL=https://bs-overlay.fascinated.cc -HTTP_PROXY=https://proxy.fascinated.cc +NEXT_PUBLIC_HTTP_PROXY=https://proxy.fascinated.cc + +NEXT_PUBLIC_SITE_NAME=BeatSaber Overlay +NEXT_PUBLIC_SITE_TITLE=BeatSaber Overlay - Simple and easy to use BeatSaber overlay +NEXT_PUBLIC_SITE_DESCRIPTION=Free, simple, and easy to use beat saber overlay for OBS +NEXT_PUBLIC_SITE_COLOR=#0EBFE9 +NEXT_PUBLIC_SITE_URL=https://bs-overlay.fascinated.cc REDIS_PORT=6379 REDIS_HOST=127.0.0.1 diff --git a/pages/_app.js b/pages/_app.js index 3db1694..82c53aa 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -29,13 +29,13 @@ function MyApp({ Component, pageProps }) { > - +