this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable ssr on preloading

+2
+1
src/routes/live-query-filters.tsx
··· 40 40 } 41 41 42 42 export const Route = createFileRoute("/live-query-filters")({ 43 + ssr: false, 43 44 validateSearch: searchParamsSchema, 44 45 component: RouteComponent, 45 46 });
+1
src/routes/live-query.tsx
··· 18 18 }); 19 19 20 20 export const Route = createFileRoute("/live-query")({ 21 + ssr: false, 21 22 validateSearch: searchParamsSchema, 22 23 component: RouteComponent, 23 24 });