From 3338a1610d22a7228e0b051186d6e553677b25e4 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Sun, 1 May 2022 23:38:34 +0200 Subject: [PATCH] public url fixes --- .env | 5 +++++ .gitignore | 1 - public/index.html | 14 +++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 00000000..c459b80a --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +# this is to prevent warnings in webpack builds +GENERATE_SOURCEMAP=false + +# uncomment and add the following line to `.env.local` if you are running behind a proxy or on a subdirectory +# PUBLIC_URL=https://your-domain.com/directory-here diff --git a/.gitignore b/.gitignore index 3bd52c27..ae1ad7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ node_modules .env.development.local .env.test.local .env.production.local -.env npm-debug.log* yarn-debug.log* diff --git a/public/index.html b/public/index.html index 16c77aec..0a105554 100644 --- a/public/index.html +++ b/public/index.html @@ -16,14 +16,14 @@ - - - - - + + + + + @@ -31,7 +31,7 @@ - movie-web + Movie-web