feat: update blocksuit & adpat it

This commit is contained in:
QiShaoXuan
2022-10-13 14:50:04 +08:00
parent 701e2bf8b1
commit c2aeccc98e
5 changed files with 61 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactStrictMode: false,
swcMinify: true,
};