diff --git a/next.config.ts b/next.config.ts index 8e1ffc7..437d8b4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ['@tldraw/tldraw'], + output: 'export', eslint: { ignoreDuringBuilds: true }, typescript: { ignoreBuildErrors: true }, webpack: (config, { isServer }) => {