Skip to content

Commit

Permalink
fix: update SvelteKit trailingSlash types (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 12, 2024
1 parent fbd3b81 commit 0921d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescript-plugin/src/language-service/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ export const kitExports: Record<
kind: 'punctuation'
},
{
text: "'auto' | 'always' | 'never'",
text: "'never' | 'always' | 'ignore'",
kind: 'stringLiteral'
}
],
documentation: [
{
text: 'Control how SvelteKit should handle (missing) trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
text: 'Control how SvelteKit should handle trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
kind: 'text'
}
]
Expand Down

0 comments on commit 0921d65

Please sign in to comment.