diff --git a/src/pages/site.webmanifest.jsx b/src/pages/site.webmanifest.jsx index 80513ddbb..93dfdef55 100644 --- a/src/pages/site.webmanifest.jsx +++ b/src/pages/site.webmanifest.jsx @@ -26,6 +26,7 @@ export async function getServerSideProps({ res }) { theme_color: themes[color][theme], background_color: themes[color][theme], display: "standalone", + start_url: settings.startUrl || "/", }; res.setHeader("Content-Type", "application/manifest+json");