Skip to content

Commit a1f0395

Browse files
DevilsAutumnanistark
authored andcommitted
added base url
1 parent abe6581 commit a1f0395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coc/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta http-equiv="refresh" content="0; url=/coc/guidelines" />
5-
<link rel="canonical" href="/coc/guidelines" />
4+
<meta http-equiv="refresh" content="0; url={{ env.baseUrl }}/coc/guidelines" />
5+
<link rel="canonical" href="{{ env.baseUrl }}/coc/guidelines" />
66
</head>
77
</html>

0 commit comments

Comments
 (0)