build(website): prepare for turbopack

This commit is contained in:
iCrawl
2023-04-15 18:15:24 +02:00
parent 5e2f94c591
commit 412e4fffae
14 changed files with 702 additions and 324 deletions

View File

@@ -12,16 +12,8 @@ const withBundleAnalyzer = bundleAnalyzer({
module.exports = withBundleAnalyzer(
withContentlayer({
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
// Until Next.js fixes their type issues
typescript: {
ignoreBuildErrors: true,
},
experimental: {
appDir: true,
fallbackNodePolyfills: false,
},
images: {
dangerouslyAllowSVG: true,