Skip to content

Commit 49b71ea

Browse files
committed
Add rewrites
1 parent 59b086f commit 49b71ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ const nextConfig = {
477477
];
478478
},
479479
async rewrites() {
480-
return ["plus-assets"].flatMap((path) => [
480+
return ["plus", "plus-assets", "vendor", "nova-api"].flatMap((path) => [
481481
{
482482
source: `/${path}`,
483483
destination: `http://tailwindui.com/${path}`,

0 commit comments

Comments
 (0)