Skip to content

Commit 979f583

Browse files
rmnpptRoman Popat
andauthored
fix: route all requests to index.html to allow direct links e.g. direct to posts (#36)
Co-authored-by: Roman Popat <roman.popat@proton.me>
1 parent 31fa708 commit 979f583

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bs3/firebase.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"firebase.json",
1010
"**/.*",
1111
"**/node_modules/**"
12+
],
13+
"rewrites": [
14+
{
15+
"source": "**",
16+
"destination": "/index.html"
17+
}
1218
]
1319
}
1420
}

0 commit comments

Comments
 (0)