Skip to content

Commit

Permalink
No load from server
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 20, 2023
1 parent 93ff7a7 commit 2b10822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/experiments/src/routes/(feed)/up-down/+page.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const ssr = false

import { loadFirstVideo } from '$routes/loadFirstVideo'
export const ssr = true

export const load = loadFirstVideo
2 changes: 1 addition & 1 deletion packages/experiments/src/routes/+page.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ssr = true
export const ssr = false

import { loadFirstVideo } from './loadFirstVideo'

Expand Down

0 comments on commit 2b10822

Please sign in to comment.