Skip to content

Commit

Permalink
fix(config): disable audio cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdtbs committed Mar 5, 2020
1 parent ce6ec07 commit aff71b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const nextConfig = {
}
},
{
urlPattern: /.(?:png|webp|svg|mp4)$/,
urlPattern: /.(?:png|webp|svg)$/,
handler: "CacheFirst"
}
]
Expand Down

0 comments on commit aff71b7

Please sign in to comment.