Skip to content

Commit

Permalink
fix: dedupe <Meta /> content (#307)
Browse files Browse the repository at this point in the history
* chore: remove errant `console.log`

* chore: upgrade Router and Start
  • Loading branch information
SeanCassiere authored Nov 26, 2024
1 parent 4be2bc3 commit 1ea3b27
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 86 deletions.
2 changes: 0 additions & 2 deletions app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ function RootDocument({ children }: { children: React.ReactNode }) {
select: (s) => s.some((d) => d.routeId.includes('/docs/')),
})

console.log({ isDocs })

return (
<html lang="en">
<head>
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"@sentry/react": "^8.35.0",
"@sentry/vite-plugin": "^2.22.6",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-router": "1.82.0",
"@tanstack/router-devtools": "1.82.0",
"@tanstack/router-vite-plugin": "1.81.9",
"@tanstack/start": "1.82.0",
"@tanstack/react-router": "1.82.12",
"@tanstack/router-devtools": "1.82.12",
"@tanstack/start": "1.82.12",
"@typescript-eslint/parser": "^7.2.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
Expand Down
124 changes: 44 additions & 80 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ea3b27

Please sign in to comment.