Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1a99584

Browse files
committed
build: Add rewrite for hosting.
1 parent aa284c2 commit 1a99584

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

firebase.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"hosting": {
33
"public": "public",
4+
"rewrites": [{
5+
"source": "/learn/**",
6+
"destination": "/learn/"
7+
}],
48
"ignore": [
59
"firebase.json",
610
"**/.*",

0 commit comments

Comments
 (0)