We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c58af5 commit 0643f10Copy full SHA for 0643f10
src/components/PageHead.astro
@@ -8,4 +8,5 @@ const { title } = Astro.props;
8
9
<meta charset="UTF-8" />
10
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
+<base href="/" />
12
<title>{title}</title>
0 commit comments