Skip to content

Commit

Permalink
Bump to nextjs 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
eswan18 committed Nov 22, 2023
1 parent 359a60a commit 7653110
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 49 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
async redirects() {
return [
{
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-config-next": "^13.5.6",
"js-cookie": "3.0.5",
"lucide-react": "^0.285.0",
"next": "^13.5.6",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postcss": "8.4.28",
Expand Down

0 comments on commit 7653110

Please sign in to comment.