Skip to content

Commit

Permalink
fix: typo in route
Browse files Browse the repository at this point in the history
  • Loading branch information
Fariz Rizaldy committed Jul 2, 2019
1 parent 11a8173 commit 0ff6338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/now.canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
{ "src": "/manifest.json", "dest": "/manifest.json" },
{ "src": "/precache-manifest.(.*)", "dest": "/precache-manifest.$1" },
{
"src": "sw.js",
"src": "/sw.js",
"headers": { "cache-control": "s-maxage=0" },
"dest": "sw.js"
"dest": "/sw.js"
},
{
"src": "/(.*)",
Expand Down

0 comments on commit 0ff6338

Please sign in to comment.