-
Notifications
You must be signed in to change notification settings - Fork 27.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 9919 add error page and link to it in warning
- Loading branch information
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Detected next.config.js, no exported configuration found | ||
|
||
#### Why This Warning Occurred | ||
|
||
There is no object exported from next.config.js or the object is empty. | ||
|
||
#### Possible Ways to Fix It | ||
|
||
Check if you export correctly configuration in next.config.js file: | ||
|
||
``` | ||
module.exports = { | ||
/* config options here */ | ||
} | ||
``` | ||
|
||
### Useful Links | ||
|
||
- [Introduction to next.config.js](https://nextjs.org/docs/api-reference/next.config.js/introduction) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters