Skip to content

Commit ca79d56

Browse files
committed
fix: use absolute url for og:image tag
1 parent 56b7074 commit ca79d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/routes/__root.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const Route = createRootRouteWithContext<{
4040
...seo({
4141
title: 'TanStack | High Quality Open-Source Software for Web Developers',
4242
description: `Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.`,
43-
image: ogImage,
43+
image: `https://tanstack.com${ogImage}`,
4444
keywords:
4545
'tanstack,react,reactjs,react query,react table,open source,open source software,oss,software',
4646
}),

0 commit comments

Comments
 (0)