Skip to content

Commit 88f2c71

Browse files
author
y
authored
add id property to manifest.json
1 parent 2539dfa commit 88f2c71

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/assets/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"display": "standalone",
88
"orientation": "portrait",
99
"scope": "/",
10-
"start_url": "/",
10+
"id": "https://prints.byy.design/",
11+
"start_url": "https://prints.byy.design/",
1112
"background_color": "#000000",
1213
"theme_color": "#ffffff",
1314
"icons": [

scripts/generate-icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config = {
1111
display_override: ["fullscreen", "minimal-ui"],
1212
orientation: 'portrait',
1313
scope: '/',
14-
start_url: '/',
1514
id: 'https://prints.byy.design/',
15+
start_url: 'https://prints.byy.design/',
1616
appName: 'Prints By Y',
1717
appShortName: 'Prints',
1818
appDescription: 'A micro print studio.',

0 commit comments

Comments
 (0)