Skip to content

Commit b6e0967

Browse files
authored
[core] Add PWA Support (#547)
kobs can now run as PWA, therefor we are using the "vite-plugin-pwa" to generate the service worker and manifest file. The icons are generated via the "favicons.js".
1 parent f8d7032 commit b6e0967

File tree

73 files changed

+1502
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1502
-406
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ yarn-error.log*
4040
/values.yaml
4141

4242
# favicons
43-
/hack/favicons/icons
44-
/hack/favicons/files
43+
/hack/favicons/favicons
4544

4645
# secrets
4746
.env

0 commit comments

Comments
 (0)