Skip to content

Commit d6df98a

Browse files
Commented out eslint depracated key + added spacing to debug output.
1 parent f14530a commit d6df98a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

next.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path'
44
// A helper variable to easily check if we are in static export mode.
55
const isStaticExport = process.env.NEXT_OUTPUT_MODE === 'export'
66

7-
console.log(`Next.js static export mode: ${isStaticExport}`)
7+
console.log(`\n Next.js static export mode: ${isStaticExport}`)
88

99
const repoName = 'codebuilder-frontend';
1010
const isGithubPages = !!process.env.GITHUB_PAGES;
@@ -33,9 +33,9 @@ const nextConfig = {
3333
unoptimized: isStaticExport,
3434
},
3535

36-
eslint: {
37-
ignoreDuringBuilds: true,
38-
},
36+
//eslint: {
37+
// ignoreDuringBuilds: true,
38+
//},
3939

4040
// Enable logging configuration
4141
logging: {

0 commit comments

Comments
 (0)