Skip to content

Commit

Permalink
#14 #UTA-8 캐싱 비활성
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 2, 2021
1 parent c363df1 commit 2abd03b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/**",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
},
{
"source":
"**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
}
]
}
}

0 comments on commit 2abd03b

Please sign in to comment.