This commit is contained in:
2022-03-29 15:42:13 +08:00
commit 19668f58a2
15 changed files with 6783 additions and 0 deletions

6
next.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig