Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 7d2850f

Browse files
committed
perf: remove broken image assets and fine tune Workbox
Signed-off-by: Jonah Snider <[email protected]>
1 parent 9cd5e11 commit 7d2850f

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

docs/images/statuses/voiceChannel/join.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/images/statuses/voiceChannel/leave.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

workbox-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
globDirectory: "site/",
33
globPatterns: [
4-
"**/*.{html,png,js,css,Identifier,txt,webmanifest,json,xml,gz}",
4+
"**/*.{html,png,js,css,json,xml}",
55
],
66
swDest: "site/sw.js",
77
};

0 commit comments

Comments
 (0)