Skip to content

Commit dcca0f1

Browse files
committed
update next.config.js
1 parent a25af3e commit dcca0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
reactStrictMode : true,
4+
swcMinify: true
35
async headers() {
46
return [
57
{

0 commit comments

Comments
 (0)