Skip to content

Commit

Permalink
redo images
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Aug 4, 2023
1 parent 30d9076 commit b753d08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configs/webpack/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ module.exports = merge(commonConfig, {
new GenerateSW({
runtimeCaching: [
{
urlPattern: /assets/,
urlPattern: /\.(?:png|jpg|jpeg|svg)$/,
handler: "CacheFirst",
},
{
urlPattern: /splashscreens/,
handler: "CacheFirst",
}
{
urlPattern: new RegExp(
"^https://fonts.(?:googleapis|gstatic).com/(.*)",
Expand Down

0 comments on commit b753d08

Please sign in to comment.