Skip to content

Commit ec3c1b4

Browse files
committed
Update old 301 redirects
1 parent 13d898d commit ec3c1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,12 @@ const nextConfig = {
463463
// Tailwind UI
464464
{
465465
source: "/components",
466-
destination: "https://tailwindui.com/components",
466+
destination: "https://tailwindcss.com/plus/ui-blocks",
467467
permanent: false,
468468
},
469469
{
470470
source: "/components/:slug",
471-
destination: "https://tailwindui.com/components",
471+
destination: "https://tailwindcss.com/plus/ui-blocks",
472472
permanent: false,
473473
},
474474

0 commit comments

Comments
 (0)