From c101832472585e426e0ece9d8ad3c1687c65d618 Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Tue, 5 Nov 2024 23:55:34 +0400 Subject: [PATCH] style: update meta description again --- packages/example-nextjs14/src/app/(demo)/template.tsx | 3 +-- packages/example-nextjs14/src/app/seoStuff.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/example-nextjs14/src/app/(demo)/template.tsx b/packages/example-nextjs14/src/app/(demo)/template.tsx index 4e30d2e6..5f55e5be 100644 --- a/packages/example-nextjs14/src/app/(demo)/template.tsx +++ b/packages/example-nextjs14/src/app/(demo)/template.tsx @@ -31,8 +31,7 @@ export default async function Template({

- 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.

diff --git a/packages/example-nextjs14/src/app/seoStuff.ts b/packages/example-nextjs14/src/app/seoStuff.ts index 45233d88..a16eb344 100644 --- a/packages/example-nextjs14/src/app/seoStuff.ts +++ b/packages/example-nextjs14/src/app/seoStuff.ts @@ -46,7 +46,7 @@ export const jsonLd: WithContext = { 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 = {