mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-21 21:07:17 +00:00
* fix(docs): resolve hydration crash and broken navigation - Moved server-only `source.getPage()` calls from client-side `head()` into server-side `loader()`. - Passed extracted metadata (title, description, breadcrumbs) to `head()` via `loaderData`. - Relocated structured data injection to React component tree to fix hydration mismatches. - Removed blocking third-party scripts from root route. * chore(docs): remove playwright dep and dead getOrganizationStructuredData code - Remove playwright from devDependencies (only used for one-off verification) - Remove unused getOrganizationStructuredData import from __root.tsx - Remove dead getOrganizationStructuredData function from seo.ts (zero callers) --------- Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| content/docs | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| source.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
docs
This is a Tanstack Start application generated with Create Fumadocs.
Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev