update
This commit is contained in:
@@ -16,6 +16,10 @@ final class HandleInertiaRequests extends Middleware
|
||||
*/
|
||||
public function rootView(Request $request): string
|
||||
{
|
||||
if ($request->path() === 'leaderboard') {
|
||||
return 'leaderboard';
|
||||
}
|
||||
|
||||
if (str_starts_with($request->path(), 'studio')) {
|
||||
return 'studio';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user