diff options
| author | J08nY | 2025-11-10 13:00:42 +0100 |
|---|---|---|
| committer | J08nY | 2025-11-10 13:00:42 +0100 |
| commit | 95daceb4a69f00daca36b8b4941b0684ad7f63d5 (patch) | |
| tree | ee15d59c038f7ce7b2876bf25e1d1476ec0ed21e | |
| parent | d60d4d0c39d1269642b69a61b0b8e40fbfff833d (diff) | |
| download | std-curves-page.tar.gz std-curves-page.tar.zst std-curves-page.zip | |
Fix manifest.page
| -rw-r--r-- | gatsby-config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatsby-config.js b/gatsby-config.js index c2341ab..4db8a5d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -46,7 +46,7 @@ module.exports = { options: { name: "Standard curve database", short_name: "std", - start_url: "/std/", + start_url: "/", background_color: "#FDFFFC", theme_color: "#E71D36", // Enables "Add to Homescreen" prompt and disables browser UI (including back button) |
