2026-04-13 19:21:42 +08:00
|
|
|
import type { NextConfig } from "next";
|
|
|
|
|
|
2025-11-18 06:58:49 +08:00
|
|
|
const nextConfig: NextConfig = {
|
2025-12-28 22:05:37 +08:00
|
|
|
transpilePackages: ["simple-mind-map"],
|
2025-11-18 06:58:49 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default nextConfig;
|