Skip to content

Commit

Permalink
add since tag (#13215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 21, 2024
1 parent fdae48f commit b7ff0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kit/src/exports/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ export interface KitConfig {
* - `'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.
*
* @default "pathname"
* @since 2.14.0
*/
type?: 'pathname' | 'hash';
};
Expand Down
1 change: 1 addition & 0 deletions packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ declare module '@sveltejs/kit' {
* - `'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.
*
* @default "pathname"
* @since 2.14.0
*/
type?: 'pathname' | 'hash';
};
Expand Down

0 comments on commit b7ff0b2

Please sign in to comment.