This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
kxip-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Firebase Hosting setup
master
kj1352
4 years ago
parent
ec5f1d22fb
commit
85f5332def
3 changed files
with
1463 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1442
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1442
- 0
.firebase/hosting.d3d3.cache
File diff suppressed because it is too large
View File
+ 5
- 0
.firebaserc
View File
@@ -0,0 +1,5 @@
{
"projects": {
"default": "kxip-21"
}
}
+ 16
- 0
firebase.json
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Write
Preview
Loading…
Cancel
Save