Skip to content

Commit c60691f

Browse files
remove X-UA-Compatible per laravel/framework#25442
1 parent 4cba5f6 commit c60691f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="{{ app()->getLocale() }}">
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
65
<meta name="viewport" content="width=device-width, initial-scale=1">
76

87
<!-- CSRF Token -->

0 commit comments

Comments
 (0)