Use full "Maintenance" as PWA short_name instead of "Maint."

This commit is contained in:
jtricerolph 2026-07-29 17:23:19 +00:00
parent ffeff92406
commit 71b10736fa

View file

@ -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',