Skip to content

Commit ef11d97

Browse files
authored
Fixed Wrong OS Mode Lightswitch with SSR off documentation (#2468)
1 parent 76214af commit ef11d97

File tree

1 file changed

+1
-1
lines changed
  • sites/skeleton.dev/src/routes/(inner)/utilities/lightswitches

1 file changed

+1
-1
lines changed

sites/skeleton.dev/src/routes/(inner)/utilities/lightswitches/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
<!-- No SSR -->
9696
<p>Open <code class="code">/src/routes/+layout.ts</code> and set the <code class="code">ssr</code> value as shown.</p>
9797
<CodeBlock language="ts" code={`export const ssr = false;`} />
98-
<p>In the same file, add the following.</p>
98+
<p>In the <code class="code">+layout.svelte</code> file, add the following inside a <code class="code">script</code> tag.</p>
9999
<CodeBlock
100100
language="ts"
101101
code={`

0 commit comments

Comments
 (0)