Skip to content

Commit

Permalink
fix: use absolute url for og:image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong committed Sep 10, 2024
1 parent 56b7074 commit ca79d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Route = createRootRouteWithContext<{
...seo({
title: 'TanStack | High Quality Open-Source Software for Web Developers',
description: `Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.`,
image: ogImage,
image: `https://tanstack.com${ogImage}`,
keywords:
'tanstack,react,reactjs,react query,react table,open source,open source software,oss,software',
}),
Expand Down

0 comments on commit ca79d56

Please sign in to comment.