Skip to content

Commit 5957675

Browse files
authored
Merge pull request #1783 from RunDevelopment/meta-charset
Ensure meta charSet is within first 1024 bytes
2 parents fc8bdf3 + 8d63204 commit 5957675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/output/themes/default/layouts/default.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import type { DefaultThemeRenderContext } from "../DefaultThemeRenderContext";
66
export const defaultLayout = (context: DefaultThemeRenderContext, props: PageEvent<Reflection>) => (
77
<html class="default">
88
<head>
9-
{context.hook("head.begin")}
109
<meta charSet="utf-8" />
10+
{context.hook("head.begin")}
1111
<meta http-equiv="x-ua-compatible" content="IE=edge" />
1212
<title>
1313
{props.model.name === props.project.name

0 commit comments

Comments
 (0)