Skip to content

Commit

Permalink
Create static.json
Browse files Browse the repository at this point in the history
this will enforce https by redirecting http connections to https.
solves the 'white screen' on google login bug.
  • Loading branch information
benny-n authored Apr 5, 2022
1 parent 0157171 commit 6d9f862
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/sogrim-app/static.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"root": "build/",
"routes": {
"/**": "index.html"
},
"https_only": true
}

0 comments on commit 6d9f862

Please sign in to comment.