We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14530a commit d6df98aCopy full SHA for d6df98a
1 file changed
next.config.ts
@@ -4,7 +4,7 @@ import path from 'path'
4
// A helper variable to easily check if we are in static export mode.
5
const isStaticExport = process.env.NEXT_OUTPUT_MODE === 'export'
6
7
-console.log(`Next.js static export mode: ${isStaticExport}`)
+console.log(`\n Next.js static export mode: ${isStaticExport}`)
8
9
const repoName = 'codebuilder-frontend';
10
const isGithubPages = !!process.env.GITHUB_PAGES;
@@ -33,9 +33,9 @@ const nextConfig = {
33
unoptimized: isStaticExport,
34
},
35
36
- eslint: {
37
- ignoreDuringBuilds: true,
38
- },
+ //eslint: {
+ // ignoreDuringBuilds: true,
+ //},
39
40
// Enable logging configuration
41
logging: {
0 commit comments