Skip to content

Commit

Permalink
feat: update next to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
isinghdivyanshu committed Nov 15, 2023
1 parent 5a4318c commit 44cae16
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
18 changes: 9 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
async redirects() {
return [
{
source: "/",
destination: "/home",
permanent: false,
},
];
},
// async redirects() {
// return [
// {
// source: "/",
// destination: "/home",
// permanent: false,
// },
// ];
// },
};

module.exports = nextConfig;
110 changes: 55 additions & 55 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"axios": "^1.6.0",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18"
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"eslint-config-next": "^14.0.2",
"postcss": "^8",
"tailwindcss": "^3"
}
Expand Down

0 comments on commit 44cae16

Please sign in to comment.