Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
/* config options here */
output: 'export',
devIndicators: {
// @ts-ignore - buildActivity is valid but missing in type definition

Check failure on line 7 in next.config.ts

View workflow job for this annotation

GitHub Actions / ESLint & Prettier Check

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
buildActivity: false,
// @ts-ignore - appIsrStatus is valid but missing in type definition

Check failure on line 9 in next.config.ts

View workflow job for this annotation

GitHub Actions / ESLint & Prettier Check

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
appIsrStatus: false,
},
reactCompiler: false,
Expand All @@ -15,5 +15,4 @@
unoptimized: true,
},
};

export default nextConfig;
2 changes: 1 addition & 1 deletion package-lock.json

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

Loading