diff --git a/.gitignore b/.gitignore index 2f90d2f..0df5249 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,4 @@ dist-ssr *.local # Temporary env files -env-config.js +/env-config.js diff --git a/container/env.sh b/container/env.sh index 48a4c33..5bc3eb1 100644 --- a/container/env.sh +++ b/container/env.sh @@ -26,6 +26,4 @@ do echo " $varname: \"$value\"," >> ./env-config.js done < .env -echo "}" >> ./env-config.js - -sed -i.bak 's~
]*>~&~' ./index.html \ No newline at end of file +echo "}" >> ./env-config.js \ No newline at end of file diff --git a/index.html b/index.html index d481eb0..7d9a122 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> +