Skip to content

Commit

Permalink
fixed redirect
Browse files Browse the repository at this point in the history
CondeP committed Nov 6, 2022
1 parent a3dba7f commit 9fe4d70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,13 @@
"source": "**",
"destination": "/index.html"
}
],
"redirects": [
{
"source": "/",
"destination": "/poll",
"type": 302
}
]
}
}
}

0 comments on commit 9fe4d70

Please sign in to comment.