Skip to content

Commit 8011c4d

Browse files
Merge pull request #78 from netlify-templates/next-v15
updated npm dependencies
2 parents 403eb5a + 1c1985e commit 8011c4d

File tree

3 files changed

+1819
-1617
lines changed

3 files changed

+1819
-1617
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)