From ac70749b39421e8f956d50d77077a8eab14a6d13 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 10 Feb 2025 23:07:09 -0500 Subject: [PATCH] fix: multiple issues seo --- content/en/patterns/forms/checkbox.mdx | 2 +- content/en/patterns/forms/slider.mdx | 4 ---- next.config.ts | 5 +++++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/en/patterns/forms/checkbox.mdx b/content/en/patterns/forms/checkbox.mdx index 79a9c04..60a4722 100644 --- a/content/en/patterns/forms/checkbox.mdx +++ b/content/en/patterns/forms/checkbox.mdx @@ -1,5 +1,5 @@ --- -summary: "Trigger actions and submit forms" +summary: "Enable single or multiple selections" description: "Learn how to implement accessible checkbox inputs in your web applications. Discover best practices for multiple selection controls, states handling, and accessibility." icon: MousePointerClick --- diff --git a/content/en/patterns/forms/slider.mdx b/content/en/patterns/forms/slider.mdx index 5423a3c..5c98844 100644 --- a/content/en/patterns/forms/slider.mdx +++ b/content/en/patterns/forms/slider.mdx @@ -19,7 +19,3 @@ import { Callout } from "nextra/components"; ### Articles - [Designing The Perfect Slider UX](https://www.smashingmagazine.com/2017/07/designing-perfect-slider/) by Smashing Magazine - -### Design systems - -https://developer.apple.com/design/human-interface-guidelines/components/selection-and-input/sliders diff --git a/next.config.ts b/next.config.ts index 3b0d52a..3bbbfbc 100755 --- a/next.config.ts +++ b/next.config.ts @@ -42,6 +42,11 @@ const nextConfig = withBundleAnalyzer( destination: '/patterns/getting-started', statusCode: 302 }, + { + source: '/patterns/navigation', + destination: '/', + statusCode: 302 + }, { source: '/patterns/docs/navigation/breadcrumb', destination: '/patterns/navigation/breadcrumb',