From 7dd7e53d771853152846d7fb44bbca77b23ef582 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 31 May 2021 17:01:54 +0530 Subject: [PATCH] Fix start url --- src/routes/manifest.json.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/manifest.json.ts b/src/routes/manifest.json.ts index 958b1e79..9ab9d2bd 100644 --- a/src/routes/manifest.json.ts +++ b/src/routes/manifest.json.ts @@ -16,7 +16,7 @@ export const get = (): { body: unknown } => { sizes: '512x512' } ], - start_url: `${base}/edit`, + start_url: `${base}/edit/`, background_color: '#6366F1', display: 'standalone', scope: `${base}`,