We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38457ca commit 6629482Copy full SHA for 6629482
resources/views/app.blade.php
@@ -2,7 +2,7 @@
2
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
3
<head>
4
<meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6
7
<title inertia>{{ config('app.name', 'Laravel') }}</title>
8
0 commit comments