Skip to content

Commit

Permalink
feat changes needed for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 15, 2024
1 parent 5f724d7 commit e4ec32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 3 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: {
export: true,
},
output: "export",
reactStrictMode: true,
};

export default nextConfig;
module.exports = nextConfig;
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "new",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^18.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit e4ec32a

Please sign in to comment.