Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Dec 19, 2024
1 parent 0d3c3db commit 4dec0bc
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 558 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node-version=18
node-version=18.14.1
link-workspace-packages=true
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
const { withContentlayer } = require("next-contentlayer2");

/** @type {import('next').NextConfig} */
const nextConfig = { reactStrictMode: true, swcMinify: true };
const nextConfig = { reactStrictMode: true, swcMinify: false };

module.exports = withContentlayer(nextConfig);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"release": "lerna publish --no-private"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.4.0",
"@netlify/plugin-nextjs": "^5.9.1",
"@repo/eslint-config": "0.0.0",
"@repo/typescript-config": "0.0.0",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 4dec0bc

Please sign in to comment.