Skip to content

Commit

Permalink
Merge pull request #29 from songye38/feature/comment
Browse files Browse the repository at this point in the history
Add setting files
  • Loading branch information
songye38 authored Dec 21, 2023
2 parents 91dbc1b + f6862bc commit dd8e3ff
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fastcampus-blog-app/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
asset-manifest.json,1703182195068,a77d3c86c6ea69ca45e61490ae8705c9c4f18d7dbffd2bb790cdbcb9811da960
static/css/main.e7fe862a.css,1703182195087,63617eec95225f3481647359a405c025df350bfb5c504ce6f85ee8ecaaada5dc
index.html,1703182195068,1f2924f0326cc636690a193ded7765b5091514066268df7c29dabe5531831a89
static/js/main.7ec7f2db.js.LICENSE.txt,1703182195090,1779868a018d6c38620ae807f1118a1ddc906091476713330bcd3cfd50f1338f
robots.txt,1703182177273,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
favicon.ico,1703182177272,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
manifest.json,1703182177272,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
static/css/main.e7fe862a.css.map,1703182195088,467d3bea48bb5dfc5c0f882667356494e67b4c20df764ea9b02422e1476eef42
static/js/main.7ec7f2db.js,1703182195087,bf4bfbccc87d06f01949ada4c0ae14b4498673958ee1fdd39a412d64531cbf69
static/js/main.7ec7f2db.js.map,1703182195089,58e27590ca884220d91ff8fbd205f0d7269dc2605a27cde4946b862e21c789a3
5 changes: 5 additions & 0 deletions fastcampus-blog-app/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "react-blog-35987"
}
}
16 changes: 16 additions & 0 deletions fastcampus-blog-app/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit dd8e3ff

Please sign in to comment.