This commit is contained in:
ct
2025-06-21 22:01:04 +08:00
parent 12733015f2
commit 74afd9b144
4 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ class FrontHomeController extends Controller
{
public function index()
{
if (App::environment('production')) {
if (App::environment('production') && env('COMING_SOON_ENABLED', true)) {
return Inertia::render('comingsoon');
}