Skip to content

Commit

Permalink
fix: multiple issues seo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 11, 2025
1 parent ae61935 commit ac70749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/patterns/forms/checkbox.mdx
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
4 changes: 0 additions & 4 deletions content/en/patterns/forms/slider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ac70749

Please sign in to comment.