update compile ok,

This commit is contained in:
louiscklaw
2025-04-16 11:17:07 +08:00
parent b4fed69da6
commit 3408da17c2
4 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: false,
images: {
domains: ['example.com', '127.0.0.1', 'localhost'],
},