We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f41a3 commit a184c89Copy full SHA for a184c89
1 file changed
src/layout/layout.astro
@@ -16,7 +16,7 @@ const { title } = Astro.props;
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>mcecode | {title}</title>
+ <title>{title} | mcecode</title>
20
21
<Fonts />
22
</head>
0 commit comments