Initial commit

This commit is contained in:
2026-08-27 20:13:42 +08:00
commit e2c06f7efe
36 files changed
+5204

No files matched your search

+14
View File
@@ -0,0 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
allowedDevOrigins: [
"192.168.10.101"
]
}
export default nextConfig