Update
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user