We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc8bdf3 + 8d63204 commit 5957675Copy full SHA for 5957675
src/lib/output/themes/default/layouts/default.tsx
@@ -6,8 +6,8 @@ import type { DefaultThemeRenderContext } from "../DefaultThemeRenderContext";
6
export const defaultLayout = (context: DefaultThemeRenderContext, props: PageEvent<Reflection>) => (
7
<html class="default">
8
<head>
9
- {context.hook("head.begin")}
10
<meta charSet="utf-8" />
+ {context.hook("head.begin")}
11
<meta http-equiv="x-ua-compatible" content="IE=edge" />
12
<title>
13
{props.model.name === props.project.name
0 commit comments