diff options
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 c1f0ffc..929abaa 100755 --- a/postbuild.sh +++ b/postbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -PUBLISH_URL="/hoverbit-ble/" +PUBLISH_URL="/" cd "dist" || exit 1 |