Skip to content

Commit 13d898d

Browse files
committed
Fix rewrite rules
1 parent 681333b commit 13d898d

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
@@ -480,11 +480,11 @@ const nextConfig = {
480480
return ["plus", "plus-assets", "vendor", "nova-api"].flatMap((path) => [
481481
{
482482
source: `/${path}`,
483-
destination: `http://tailwindui.com/${path}`,
483+
destination: `https://tailwindui.com/${path}`,
484484
},
485485
{
486486
source: `/${path}/:path*`,
487-
destination: `http://tailwindui.com/${path}/:path*`,
487+
destination: `https://tailwindui.com/${path}/:path*`,
488488
},
489489
]);
490490
},

0 commit comments

Comments
 (0)