Skip to content

Commit 7e214b6

Browse files
committed
fix issues highlighted by PWA builder
1 parent c8d20a5 commit 7e214b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/nuxt.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,26 @@ export default defineNuxtConfig({
151151
categories: ['business'],
152152
theme_color: '#ffffff',
153153
background_color: '#ffffff',
154+
display: 'standalone',
155+
orientation: 'any',
154156
icons: [
155157
{
156158
src: 'icons/pickaxe-192-192.png',
157159
sizes: '192x192',
158160
type: 'image/png',
161+
purpose: 'any',
159162
},
160163
{
161164
src: 'icons/pickaxe-512-512.png',
162165
sizes: '512x512',
163166
type: 'image/png',
167+
purpose: 'any'
164168
},
165169
{
166170
src: 'icons/pickaxe-512-512.png',
167171
sizes: '512x512',
168172
type: 'image/png',
169-
purpose: 'any maskable',
173+
purpose: 'maskable',
170174
},
171175
],
172176
},

0 commit comments

Comments
 (0)