production endpoint update

This commit is contained in:
2026-06-03 17:32:04 -04:00
parent 1af42b790c
commit 125c40dbcf
8 changed files with 60 additions and 56 deletions

View File

@@ -3,6 +3,10 @@
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/thank-you",
"destination": "/thank-you.html"
},
{
"source": "**",
"destination": "/index.html"