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