Skip to content

Commit 11f71f3

Browse files
committed
fix: correct base URL handling for non-specified base URL
1 parent 45e5746 commit 11f71f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theme/index.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
{{/if}}
1010
{{#if base_url}}
1111
<base href="{{ base_url }}">
12+
{{else}}
13+
<base href="{{ base_url }}/es">
1214
{{/if}}
1315

1416

0 commit comments

Comments
 (0)