web: add an update notification

This commit is contained in:
wukko
2024-07-23 16:04:43 +06:00
parent 89181c6ddc
commit 2d7d4cf091
5 changed files with 115 additions and 0 deletions

View File

@ -29,6 +29,9 @@ const config = {
precompress: false,
strict: true
}),
version: {
pollInterval: 60000
},
paths: {
relative: false
},