We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc7cb7 commit e1ce5aaCopy full SHA for e1ce5aa
src/layout/page.astro
@@ -9,11 +9,9 @@ type Props = { title: string };
9
const { title } = Astro.props;
10
---
11
12
-<!doctype html>
13
<html class="no-js" lang="en">
14
<head>
15
<meta charset="UTF-8" />
16
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
17
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
18
19
<title>{title} | mcecode</title>
0 commit comments