This website works better with JavaScript.
首頁
探索
說明
登入
kj
/
kxip-app
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Firebase Hosting setup
master
kj1352
4 年之前
父節點
ec5f1d22fb
當前提交
85f5332def
共有
3 個文件被更改
,包括
1463 次插入
和
0 次删除
分割檢視
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
文件差異過大導致無法顯示
查看文件
+ 5
- 0
.firebaserc
查看文件
@@ -0,0 +1,5 @@
{
"projects": {
"default": "kxip-21"
}
}
+ 16
- 0
firebase.json
查看文件
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Write
Preview
Loading…
取消
儲存