This commit is contained in:
louiscklaw
2025-01-31 22:59:38 +08:00
parent 2f380a6c09
commit cd81c1cd1e
32 changed files with 4917 additions and 0 deletions

View File

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