Skip to content

Commit c22b1b5

Browse files
committed
chore: clean up nextjs config
1 parent 391c0c0 commit c22b1b5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

website/next.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
55
optimizePackageImports: ['@ark-ui/react'],
66
},
77
outputFileTracingIncludes: {
8-
'/*': ['../components/react/src/**/*'],
8+
'/*': ['../components/*/src/**/*'],
99
},
1010

1111
async redirects() {
@@ -17,15 +17,6 @@ const nextConfig: NextConfig = {
1717
},
1818
]
1919
},
20-
21-
async rewrites() {
22-
return [
23-
{
24-
source: '/docs/:path*.mdx',
25-
destination: '/mdx/:path*',
26-
},
27-
]
28-
},
2920
}
3021

3122
export default async function config() {

0 commit comments

Comments
 (0)