We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dd186 commit 85b85b2Copy full SHA for 85b85b2
.firebaserc
@@ -0,0 +1,5 @@
1
+{
2
+ "projects": {
3
+ "default": "google.com:angular-sites"
4
+ }
5
+}
firebase.json
@@ -1,5 +1,11 @@
{
"hosting": {
- "public": "build/docs"
+ "public": "build/docs",
+ "rewrites": [
+ {
6
+ "source": "**",
7
+ "destination": "/index.html"
8
9
+ ]
10
}
11
0 commit comments