1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-11 01:38:08 +01:00

fix: wrong cache

This commit is contained in:
Nolan Lawson 2022-04-10 10:06:56 -07:00
parent fb0e1bf11e
commit 507208e0a4

View File

@ -29,7 +29,7 @@ const ON_DEMAND_CACHE = [
},
{
regex: /_splash\.png$/,
cache: WEBPACK_ASSETS
cache: ASSETS
}
]