Skip to content

Commit a0261b4

Browse files
committed
chore: upgrade dependencies and update API parameter handling
- Updated Next.js from 14.2.0 to 15.0.0 - Updated React and React-DOM from 18.3.0 to 19.0.0
1 parent bc06b81 commit a0261b4

16 files changed

Lines changed: 6130 additions & 6420 deletions

File tree

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
swcMinify: true,
54
}
65

76
module.exports = nextConfig

0 commit comments

Comments
 (0)