frontend changes

This commit is contained in:
Chandini 2025-09-19 14:25:57 +05:30
parent da85ce0f54
commit 5cc0f02ac2

View File

@ -3,6 +3,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
transpilePackages: ['@tldraw/tldraw'], transpilePackages: ['@tldraw/tldraw'],
output: 'export', output: 'export',
trailingSlash: true,
eslint: { ignoreDuringBuilds: true }, eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true }, typescript: { ignoreBuildErrors: true },
webpack: (config, { isServer }) => { webpack: (config, { isServer }) => {