diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-10-14 13:20:02 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-10-14 13:20:02 +0200 |
commit | 34d740bdb19f08f94b71e0e1d269a89772f86d90 (patch) | |
tree | e9f140f874c260a1bb991d12075c05c99da74796 /static/manifest.json | |
parent | 57c5a27e8590bf1e847842ae6c9e8c82e959ccd3 (diff) | |
download | Aurora-data-34d740bdb19f08f94b71e0e1d269a89772f86d90.tar.gz Aurora-data-34d740bdb19f08f94b71e0e1d269a89772f86d90.zip |
Add startpath to manifest, try using service-worker-index
Diffstat (limited to 'static/manifest.json')
-rw-r--r-- | static/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json index 9378523..be2d463 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,7 +4,7 @@ "name": "Aurora Data", "short_name": "aurora data", "display": "standalone", - "start_url": "/", + "start_url": "/Aurora-data/", "orientation": "portrait", "icons": [ { |