diff --git a/example.env b/example.env
index 27e4f03d..38c690a5 100644
--- a/example.env
+++ b/example.env
@@ -1,5 +1,8 @@
-# make sure the cors proxy url does NOT have a slash at the end
-VITE_CORS_PROXY_URL=...
VITE_TMDB_READ_API_KEY=...
VITE_OPENSEARCH_ENABLED=false
-VITE_APP_DOMAIN="http://localhost:5173"
+
+# make sure the cors proxy url does NOT have a slash at the end
+VITE_CORS_PROXY_URL=...
+
+# make sure the domain does NOT have a slash at the end
+VITE_APP_DOMAIN=http://localhost:5173
diff --git a/index.html b/index.html
index 543c3e95..5c674b2f 100644
--- a/index.html
+++ b/index.html
@@ -34,25 +34,27 @@