fix(auth): public url

This commit is contained in:
Michael Zetterberg
2024-05-19 17:34:07 +02:00
parent a8d685c949
commit 068f19edb7
2 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# See update-dotenv.mjs
PUBLIC_URL="https://www.google.com"
NEXTAUTH_URL="https://www.google.com/api/web/auth"
PUBLIC_URL="REPLACED-ON-NETLIFY-BUILD"
NEXTAUTH_URL="REPLACE-ON-NETLIFY-BUILD"