Skip to content

Commit

Permalink
Updated next config to host static sites and updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Dec 11, 2024
1 parent adca907 commit c02b59f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 61 deletions.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
};

export default nextConfig;
116 changes: 58 additions & 58 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"axios": "^1.7.9",
"next": "14.2.15",
"next": "14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15"
"eslint-config-next": "14.2.20"
}
}

0 comments on commit c02b59f

Please sign in to comment.