Skip to content

Commit

Permalink
Updates to Next.JS 14.1 and added MUI
Browse files Browse the repository at this point in the history
Converted all pages to use MUI Material
Converted error pages to use App Directory
Still need to convert Service Worker somehow
  • Loading branch information
AndrewDragonCh committed Feb 4, 2024
1 parent 1600374 commit cb5f34f
Show file tree
Hide file tree
Showing 17 changed files with 835 additions and 438 deletions.
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ const nextConfig = {
poweredByHeader: false,
reactStrictMode: true,
swcMinify: true,
experimental:{
typedRoutes: true,
},
async headers(){
return [
{
Expand All @@ -22,4 +19,4 @@ const nextConfig = {
}
}

module.exports = nextConfig
module.exports = nextConfig
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@
"turbo": "next dev --turbo"
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/material-nextjs": "^5.15.7",
"@mui/system": "^5.15.7",
"@vercel/analytics": "^1.1.2",
"animate.css": "^4.1.1",
"next": "^14.0.2",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "20.9.0",
Expand Down
Loading

0 comments on commit cb5f34f

Please sign in to comment.