简单测试页面

✓ 如果你看到这个页面,说明 Next.js 运行正常

环境变量检查:

{
  "NEXT_PUBLIC_API_BASE_URL": "https://www.duanjumf.xin/api",
  "NODE_ENV": "production"
}