Skip to content

Commit 800c8dd

Browse files
committed
use data-only
1 parent d42389c commit 800c8dd

File tree

1 file changed

+1
-0
lines changed
  • e2e/solid-start/server-functions/src/routes/primitives

1 file changed

+1
-0
lines changed

e2e/solid-start/server-functions/src/routes/primitives/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { For, Show } from 'solid-js'
55
import { z } from 'zod'
66
export const Route = createFileRoute('/primitives/')({
77
component: RouteComponent,
8+
ssr: 'data-only',
89
})
910

1011
function stringify(data: any) {

0 commit comments

Comments
 (0)