fix: wrong cache

This commit is contained in:
Nolan Lawson 2022-04-10 10:06:56 -07:00
parent fb0e1bf11e
commit 507208e0a4
1 changed files with 1 additions and 1 deletions

View File

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