diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f75c200..77cc9da9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ it is time to give credit to original [author](https://github.com/auTOMATIC1111) - **Features**: - **ModernUI** preview of the new [ModernUI](https://github.com/BinaryQuantumSoul/sdnext-modernui) + - **PWA** [SD.Next](https://github.com/vladmandic/automatic) now also includes valid manifest making it installable as PWA + - **Gallery - **Gallery**: list, preview, search through all your images and videos! implemented as infinite-scroll with client-side-caching and lazy-loading while being fully async and non-blocking search or sort by path, name, size, width, height, mtime or any image metadata item, also with extended syntax like *width > 1000* diff --git a/html/manifest.json b/html/manifest.json index 2c37a397a..3176cef76 100644 --- a/html/manifest.json +++ b/html/manifest.json @@ -2,7 +2,7 @@ "name": "SD.Next", "short_name": "SD.Next", "icons": [{ "src": "favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }], - "start_url": "./index.html", + "start_url": "/", "scope": "/", "display": "standalone" }