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.
1 parent abe6581 commit a1f0395Copy full SHA for a1f0395
src/coc/index.njk
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta http-equiv="refresh" content="0; url=/coc/guidelines" />
5
- <link rel="canonical" href="/coc/guidelines" />
+ <meta http-equiv="refresh" content="0; url={{ env.baseUrl }}/coc/guidelines" />
+ <link rel="canonical" href="{{ env.baseUrl }}/coc/guidelines" />
6
</head>
7
</html>
0 commit comments