diff --git a/app/routes/store.$version.docs.framework.$framework.$.tsx b/app/routes/store.$version.docs.framework.$framework.$.tsx index 118ace6a..e36ab5e4 100644 --- a/app/routes/store.$version.docs.framework.$framework.$.tsx +++ b/app/routes/store.$version.docs.framework.$framework.$.tsx @@ -19,7 +19,7 @@ export const loader = async (context: LoaderFunctionArgs) => { export const meta: MetaFunction = ({ data }) => { return seo({ - title: `${data?.title} | TanStack Query Docs`, + title: `${data?.title} | TanStack Store Docs`, description: data?.description, }) }