We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7030a4 commit 3de8580Copy full SHA for 3de8580
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
next.config.js
@@ -7,7 +7,6 @@ module.exports = {
7
}
8
return config
9
},
10
- swcMinify: true,
11
12
13
// https://miyaoka.dev/posts/2020-12-31-hmr-on-markdown
0 commit comments