Skip to content

Commit da1bd02

Browse files
committed
Remove padding pwa icon
1 parent b919f9e commit da1bd02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pwa-assets.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ export default defineConfig({
1111
preset: {
1212
...minimal2023Preset,
1313
maskable: {
14+
padding: 0,
1415
sizes: [{ width: 512, height: 512 }],
1516
},
1617
apple: {
18+
padding: 0,
1719
sizes: [{ width: 512, height: 512 }],
1820
},
1921
appleSplashScreens: createAppleSplashScreens({

0 commit comments

Comments
 (0)