Make all versions of next and react match
This commit is contained in:
parent
656f3fbe71
commit
935290bbdc
7 changed files with 2459 additions and 4127 deletions
|
|
@ -1,4 +1,5 @@
|
|||
module.exports = {
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
rewrites: async () => ({
|
||||
fallback: [
|
||||
|
|
@ -9,3 +10,5 @@ module.exports = {
|
|||
],
|
||||
}),
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue