Use full "Maintenance" as PWA short_name instead of "Maint."
This commit is contained in:
parent
ffeff92406
commit
71b10736fa
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export default defineConfig({
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'Maintenance',
|
name: 'Maintenance',
|
||||||
short_name: 'Maint.',
|
short_name: 'Maintenance',
|
||||||
start_url: '/maintenance/',
|
start_url: '/maintenance/',
|
||||||
scope: '/maintenance/',
|
scope: '/maintenance/',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue