We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2539dfa commit 88f2c71Copy full SHA for 88f2c71
public/assets/manifest.json
@@ -7,7 +7,8 @@
7
"display": "standalone",
8
"orientation": "portrait",
9
"scope": "/",
10
- "start_url": "/",
+ "id": "https://prints.byy.design/",
11
+ "start_url": "https://prints.byy.design/",
12
"background_color": "#000000",
13
"theme_color": "#ffffff",
14
"icons": [
scripts/generate-icons.js
@@ -11,8 +11,8 @@ const config = {
display_override: ["fullscreen", "minimal-ui"],
orientation: 'portrait',
scope: '/',
- start_url: '/',
15
id: 'https://prints.byy.design/',
+ start_url: 'https://prints.byy.design/',
16
appName: 'Prints By Y',
17
appShortName: 'Prints',
18
appDescription: 'A micro print studio.',
0 commit comments