diff --git a/app/client.tsx b/app/client.tsx index aa4e1d7e0..41f74b4a3 100644 --- a/app/client.tsx +++ b/app/client.tsx @@ -1,3 +1,4 @@ +/// import { hydrateRoot } from 'react-dom/client' import { StartClient } from '@tanstack/start' import { createRouter } from './router' diff --git a/app/libraries/ranger.ts b/app/libraries/ranger.ts index 56dc14a1f..63b3b968f 100644 --- a/app/libraries/ranger.ts +++ b/app/libraries/ranger.ts @@ -19,6 +19,6 @@ export const rangerProject: Library = { colorTo: 'to-pink-500', textColor: 'text-pink-500', frameworks: ['react'], - defaultDocs: 'framework/react/overview', + defaultDocs: 'overview', scarfId: 'dd278e06-bb3f-420c-85c6-6e42d14d8f61', } diff --git a/app/libraries/table.ts b/app/libraries/table.ts index 76c7a6782..c7e45d7a3 100644 --- a/app/libraries/table.ts +++ b/app/libraries/table.ts @@ -29,7 +29,7 @@ export const tableProject: Library = { 'vanilla', ], scarfId: 'dc8b39e1-3fe9-4f3a-8e56-d4e2cf420a9e', - defaultDocs: 'framework/react/overview', + defaultDocs: 'introduction', handleRedirects: (href) => { handleRedirects( reactTableV7List, diff --git a/app/libraries/virtual.ts b/app/libraries/virtual.ts index 99fa1aa0e..e9aa8fdb8 100644 --- a/app/libraries/virtual.ts +++ b/app/libraries/virtual.ts @@ -18,6 +18,6 @@ export const virtualProject: Library = { colorTo: 'to-violet-600', textColor: 'text-purple-600', frameworks: ['react', 'solid', 'vue', 'svelte', 'lit', 'angular'], - defaultDocs: 'framework/react/overview', + defaultDocs: 'introduction', scarfId: '32372eb1-91e0-48e7-8df1-4808a7be6b94', } diff --git a/app/ssr.tsx b/app/ssr.tsx index 62572579a..f2d33f903 100644 --- a/app/ssr.tsx +++ b/app/ssr.tsx @@ -1,3 +1,4 @@ +/// import { createStartHandler, defaultStreamHandler,