mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-08-10 16:13:52 +08:00
refactor: organize agent harness courses
This commit is contained in:
9
learn-claude-code/web/next.config.ts
Normal file
9
learn-claude-code/web/next.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
images: { unoptimized: true },
|
||||
trailingSlash: true,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user