Skip to content

Commit 6440300

Browse files
updated npm dependencies
1 parent 8fbd025 commit 6440300

File tree

4 files changed

+2757
-2246
lines changed

4 files changed

+2757
-2246
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)