We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66831 commit 78d921dCopy full SHA for 78d921d
apps/build.sh
@@ -21,7 +21,6 @@ envsubst < "${POD_OS_APP_NAME}".manifest.json > dist/"${POD_OS_APP_NAME}"/manife
21
22
echo "Generating PWA assets"
23
npx pwa-asset-generator \
24
- --noSandbox \
25
--opaque false \
26
--favicon \
27
--padding "0" \
@@ -31,7 +30,6 @@ npx pwa-asset-generator \
31
30
./dist/"${POD_OS_APP_NAME}"/icons
32
33
34
35
36
--padding "calc(50vh - 25%) calc(50vw - 50%)" \
37
--index ./dist/"${POD_OS_APP_NAME}"/index.html \
0 commit comments