Skip to content

Commit

Permalink
docs ignoreBuildErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Aug 14, 2024
1 parent 1f3c371 commit 603b098
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 67 deletions.
11 changes: 7 additions & 4 deletions apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'meshjs.dev',
port: '',
pathname: '/**',
protocol: "https",
hostname: "meshjs.dev",
port: "",
pathname: "/**",
},
],
},
webpack: (config) => {
config.resolve.fallback = { fs: false };
return config;
},
typescript: {
ignoreBuildErrors: true,
},
};

export default nextConfig;
152 changes: 89 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 603b098

Please sign in to comment.