mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-13 03:59:17 -05:00
sw cache auto update
This commit is contained in:
parent
d7a2368856
commit
667131d7cc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { createEmptyNotification, createNotification } from '@/scripts/create-no
|
|||
import { swLang } from '@/scripts/lang.js';
|
||||
import * as swos from '@/scripts/operations.js';
|
||||
|
||||
const CACHE_NAME = 'pari-cache-0';
|
||||
const CACHE_NAME = 'pari-cache-${_VERSION_}';
|
||||
const urlsToCache = [
|
||||
'/',
|
||||
'/emoji',
|
||||
|
|
Loading…
Add table
Reference in a new issue