Skip to content

Commit b7ff0b2

Browse files
authored
add since tag (#13215)
1 parent fdae48f commit b7ff0b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/kit/src/exports/public.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ export interface KitConfig {
624624
* - `'hash'` means the route is determined by `location.hash`. In this case, SSR and prerendering are disabled. This is only recommended if `pathname` is not an option, for example because you don't control the webserver where your app is deployed.
625625
*
626626
* @default "pathname"
627+
* @since 2.14.0
627628
*/
628629
type?: 'pathname' | 'hash';
629630
};

packages/kit/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ declare module '@sveltejs/kit' {
606606
* - `'hash'` means the route is determined by `location.hash`. In this case, SSR and prerendering are disabled. This is only recommended if `pathname` is not an option, for example because you don't control the webserver where your app is deployed.
607607
*
608608
* @default "pathname"
609+
* @since 2.14.0
609610
*/
610611
type?: 'pathname' | 'hash';
611612
};

0 commit comments

Comments
 (0)