fix: path generation

This commit is contained in:
iCrawl
2022-11-30 04:16:27 +01:00
parent 2849af0118
commit 4ae029dfe2
3 changed files with 10 additions and 2 deletions

View File

@@ -14,6 +14,10 @@ export default withBundleAnalyzer({
eslint: {
ignoreDuringBuilds: true,
},
// Until Next.js fixes their type issues
typescript: {
ignoreBuildErrors: true,
},
cleanDistDir: true,
outputFileTracing: true,
experimental: {