Skip to content

Commit 0643f10

Browse files
committed
Reintroduce base as we rely on relative urls #8
1 parent 9c58af5 commit 0643f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PageHead.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ const { title } = Astro.props;
88

99
<meta charset="UTF-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<base href="/" />
1112
<title>{title}</title>

0 commit comments

Comments
 (0)