We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391c0c0 commit c22b1b5Copy full SHA for c22b1b5
website/next.config.ts
@@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
5
optimizePackageImports: ['@ark-ui/react'],
6
},
7
outputFileTracingIncludes: {
8
- '/*': ['../components/react/src/**/*'],
+ '/*': ['../components/*/src/**/*'],
9
10
11
async redirects() {
@@ -17,15 +17,6 @@ const nextConfig: NextConfig = {
17
18
]
19
20
-
21
- async rewrites() {
22
- return [
23
- {
24
- source: '/docs/:path*.mdx',
25
- destination: '/mdx/:path*',
26
- },
27
- ]
28
29
}
30
31
export default async function config() {
0 commit comments