Skip to content

Commit

Permalink
Fix an incorrect page title
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Jan 12, 2024
1 parent 1692b18 commit 5212f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/store.$version.docs.framework.$framework.$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const loader = async (context: LoaderFunctionArgs) => {

export const meta: MetaFunction<typeof loader> = ({ data }) => {
return seo({
title: `${data?.title} | TanStack Query Docs`,
title: `${data?.title} | TanStack Store Docs`,
description: data?.description,
})
}
Expand Down

0 comments on commit 5212f0d

Please sign in to comment.