Skip to content

Commit 7ae1a0e

Browse files
Merge pull request #152 from netlify-templates/next-v15
updated npm dependencies
2 parents 59eee1a + 6d84d77 commit 7ae1a0e

File tree

3 files changed

+529
-91
lines changed

3 files changed

+529
-91
lines changed

next.config.js

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

76
module.exports = nextConfig;

0 commit comments

Comments
 (0)