Skip to content

Commit e1ce5aa

Browse files
committed
Remove doctype and IE meta tag in page layout
1 parent 9fc7cb7 commit e1ce5aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layout/page.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ type Props = { title: string };
99
const { title } = Astro.props;
1010
---
1111

12-
<!doctype html>
1312
<html class="no-js" lang="en">
1413
<head>
1514
<meta charset="UTF-8" />
16-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1715
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1816

1917
<title>{title} | mcecode</title>

0 commit comments

Comments
 (0)