Skip to content

Commit ac70749

Browse files
committed
fix: multiple issues seo
1 parent ae61935 commit ac70749

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

content/en/patterns/forms/checkbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
summary: "Trigger actions and submit forms"
2+
summary: "Enable single or multiple selections"
33
description: "Learn how to implement accessible checkbox inputs in your web applications. Discover best practices for multiple selection controls, states handling, and accessibility."
44
icon: MousePointerClick
55
---

content/en/patterns/forms/slider.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ import { Callout } from "nextra/components";
1919
### Articles
2020

2121
- [Designing The Perfect Slider UX](https://www.smashingmagazine.com/2017/07/designing-perfect-slider/) by Smashing Magazine
22-
23-
### Design systems
24-
25-
https://developer.apple.com/design/human-interface-guidelines/components/selection-and-input/sliders

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ const nextConfig = withBundleAnalyzer(
4242
destination: '/patterns/getting-started',
4343
statusCode: 302
4444
},
45+
{
46+
source: '/patterns/navigation',
47+
destination: '/',
48+
statusCode: 302
49+
},
4550
{
4651
source: '/patterns/docs/navigation/breadcrumb',
4752
destination: '/patterns/navigation/breadcrumb',

0 commit comments

Comments
 (0)