Skip to content

Commit

Permalink
feat: 🎸 update next.js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki committed Oct 10, 2024
1 parent 6378f6c commit d04a40a
Show file tree
Hide file tree
Showing 3 changed files with 954 additions and 215 deletions.
2 changes: 1 addition & 1 deletion src/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const withPWA = require("next-pwa")({

module.exports = withPWA({
experimental: {
reactCompiler: true,
cpus: 4,
workerThreads: true,
},
swcMinify: true,
output: 'export',
// async redirects() {
// return redirect;
Expand Down
Loading

0 comments on commit d04a40a

Please sign in to comment.