feat: finish auth code

This commit is contained in:
shinya
2025-08-20 01:19:46 +08:00
parent d627c4da01
commit f30fd6aeea
2 changed files with 693 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ const nextConfig = {
reactStrictMode: false,
swcMinify: true,
experimental: {
instrumentationHook: true,
},
// Uncoment to add domain whitelist
images: {
unoptimized: true,