Skip to content

Commit ee3875d

Browse files
committed
chore: experimental static build
1 parent b634988 commit ee3875d

4 files changed

Lines changed: 1 addition & 55 deletions

File tree

next.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ const withMDX = createMDX();
55
/** @type {import('next').NextConfig} */
66
const config = {
77
reactStrictMode: true,
8-
async rewrites() {
9-
return [
10-
{
11-
source: "/:path*.md",
12-
destination: "/llms.mdx/:path*",
13-
},
14-
];
15-
},
8+
output: 'export'
169
};
1710

1811
export default withMDX(config);

src/app/api/search/route.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/app/llms-full.txt/route.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/app/llms.mdx/[[...slug]]/route.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)