diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:12:01 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:12:01 +0100 |
commit | 4998be1a33965a7ad74ce90de255d6617af16f38 (patch) | |
tree | 0d73806f6e8fb586cc815993d6a96758007dc26a /postbuild.sh | |
parent | df58b29a84fe482cbc2a1d6af385c7cead055bcc (diff) | |
download | hoverbit-ble-4998be1a33965a7ad74ce90de255d6617af16f38.tar.gz hoverbit-ble-4998be1a33965a7ad74ce90de255d6617af16f38.zip |
:wrench: Try another fix for service worker
Diffstat (limited to 'postbuild.sh')
-rwxr-xr-x | postbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh index 1c48fd8..5d5aa50 100755 --- a/postbuild.sh +++ b/postbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -PUBLISH_URL="" +PUBLISH_URL="/hoverbit-ble/" cd "dist" || exit 1 |