diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-29 17:16:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-29 17:16:20 +0200 |
commit | a20776fcbbe488475238228716cad370056ad5bd (patch) | |
tree | ed18a80315aa32e00423a831969fbf6dbe45034a /client/src/ngsw-config.json | |
parent | f6a7c82ca51896a433bc2264c52afd6981c7c4c6 (diff) | |
download | PeerTube-a20776fcbbe488475238228716cad370056ad5bd.tar.gz PeerTube-a20776fcbbe488475238228716cad370056ad5bd.tar.zst PeerTube-a20776fcbbe488475238228716cad370056ad5bd.zip |
Fix refreshing oauth token
Diffstat (limited to 'client/src/ngsw-config.json')
-rw-r--r-- | client/src/ngsw-config.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/ngsw-config.json b/client/src/ngsw-config.json index 47a116bb7..25f099654 100644 --- a/client/src/ngsw-config.json +++ b/client/src/ngsw-config.json | |||
@@ -7,9 +7,7 @@ | |||
7 | "resources": { | 7 | "resources": { |
8 | "files": [ | 8 | "files": [ |
9 | "/index.html", | 9 | "/index.html", |
10 | "/client/assets/images/favicon.png" | 10 | "/client/assets/images/favicon.png", |
11 | ], | ||
12 | "versionedFiles": [ | ||
13 | "/client/*.bundle.css", | 11 | "/client/*.bundle.css", |
14 | "/client/*.bundle.js", | 12 | "/client/*.bundle.js", |
15 | "/client/*.chunk.js" | 13 | "/client/*.chunk.js" |