We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eed70 commit 53a48c7Copy full SHA for 53a48c7
src/components/sdkOption.tsx
@@ -39,7 +39,7 @@ export function SdkOption({
39
40
const isExcludedPlatform =
41
currentPlatformOrGuide.key === 'javascript.nextjs' ||
42
- currentPlatformOrGuide.key === 'javascript.svelte';
+ currentPlatformOrGuide.key === 'javascript.sveltekit';
43
44
return isServerPlatform && !isExcludedPlatform;
45
};
0 commit comments