Skip to content

Commit 85b85b2

Browse files
committed
update fb config files
1 parent 51dd186 commit 85b85b2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "google.com:angular-sites"
4+
}
5+
}

firebase.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"hosting": {
3-
"public": "build/docs"
3+
"public": "build/docs",
4+
"rewrites": [
5+
{
6+
"source": "**",
7+
"destination": "/index.html"
8+
}
9+
]
410
}
511
}

0 commit comments

Comments
 (0)