Skip to content

Commit 465a548

Browse files
Merge pull request #108 from netlify-templates/npm-update
updated npm dependencies
2 parents 3c0b35f + 6440300 commit 465a548

File tree

4 files changed

+2707
-2196
lines changed

4 files changed

+2707
-2196
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const nextConfig = {
66
stackbitPreview: process.env.STACKBIT_PREVIEW
77
},
88
trailingSlash: true,
9-
reactStrictMode: true,
10-
swcMinify: true
9+
reactStrictMode: true
1110
};
1211

1312
module.exports = nextConfig;

0 commit comments

Comments
 (0)