mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 16:26:44 -06:00
removed sw root cache
This commit is contained in:
parent
7102f0dec6
commit
913ed6a87e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import * as swos from '@/scripts/operations.js';
|
||||||
|
|
||||||
const CACHE_NAME = 'pari-cache-${_VERSION_}';
|
const CACHE_NAME = 'pari-cache-${_VERSION_}';
|
||||||
const urlsToCache = [
|
const urlsToCache = [
|
||||||
'/',
|
//'/',
|
||||||
'/emoji',
|
'/emoji',
|
||||||
'/twemoji',
|
'/twemoji',
|
||||||
'/fluent-emoji',
|
'/fluent-emoji',
|
||||||
|
|
Loading…
Reference in a new issue