Skip to content

Commit

Permalink
docs: More name clarifications to website
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 18, 2024
1 parent 2249495 commit 107b56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Home() {
<Layout description="The scalable way to build applications with dynamic data. REST, GraphQL, Websockets+SSE with React, NextJS, React Native, ExpoGo">
<PageMetadata image={image} />
<Head>
<title>The Reactive Data Client</title>
<title>Reactive Data Client</title>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="402" />
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -110,7 +110,7 @@ export default function Home() {
'@context': 'https://schema.org',
'@type': 'WebSite',
name: 'Data Client',
alternateName: ['Reactive Data Client', 'RDC'],
alternateName: ['Reactive Data Client', 'DataClient', 'RDC'],
url: 'https://dataclient.io',
})}
</script>
Expand Down

0 comments on commit 107b56c

Please sign in to comment.