Make all versions of next and react match

This commit is contained in:
Darren Clarke 2023-05-25 06:30:36 +00:00
parent 656f3fbe71
commit 935290bbdc
7 changed files with 2459 additions and 4127 deletions

View file

@ -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;