From d18c510ad97e33ab337e84df824f77be70b596cc Mon Sep 17 00:00:00 2001 From: Bartek20 <67280540+Bartek20@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:09:30 +0100 Subject: [PATCH] chore: small fix to match info in types.ts (#659) * Small fix to match info in types.ts Changed start_url to start_url + '?standalone=true' * Change start_url to clean base url --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 9873a163..79dfccb0 100644 --- a/src/types.ts +++ b/src/types.ts @@ -339,7 +339,7 @@ export interface ManifestOptions { accept: Record }[] /** - * @default `routerBase + '?standalone=true'` + * @default `routerBase` */ start_url: string /**