Skip to content

Commit

Permalink
chore: small fix to match info in types.ts (#659)
Browse files Browse the repository at this point in the history
* Small fix to match info in types.ts
Changed start_url to start_url + '?standalone=true'

* Change start_url to clean base url
  • Loading branch information
Bartek20 authored Feb 15, 2024
1 parent 3bc9030 commit d18c510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export interface ManifestOptions {
accept: Record<string, string[]>
}[]
/**
* @default `routerBase + '?standalone=true'`
* @default `routerBase`
*/
start_url: string
/**
Expand Down

0 comments on commit d18c510

Please sign in to comment.