瀏覽代碼

Updated the firebase project and deployment details

main
kj1352 1 年之前
父節點
當前提交
e4aa258b4e
共有 3 個文件被更改,包括 1437 次插入0 次删除
  1. +1416
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1416
- 0
.firebase/hosting.d3d3.cache
文件差異過大導致無法顯示
查看文件


+ 5
- 0
.firebaserc 查看文件

@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}

+ 16
- 0
firebase.json 查看文件

@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

Loading…
取消
儲存