Skip to content

Commit

Permalink
style: update meta description again
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 5, 2024
1 parent 331fb6b commit c101832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/example-nextjs14/src/app/(demo)/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default async function Template({
</div>

<p className="desc">
Share complex state between unrelated React.js components and sync
it to the URL
Store complex state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data.
</p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion packages/example-nextjs14/src/app/seoStuff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const jsonLd: WithContext<SoftwareApplication> = {
const meta = {
title: 'state-in-url - deep links and URL state synchronization',
description:
'Share complex state objects between unrelated React components with URL sync, structure and types are preserved, with TS validation. Deep links and URL state synchronization made easy. No hasssle or boilerplate. For Next.js and react-router.',
'Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data. For Next.js, React-router and pure JS',
};

export const metadata = {
Expand Down

0 comments on commit c101832

Please sign in to comment.