hugo to use relative path

This commit is contained in:
James Feng Cao 2024-03-23 10:50:14 +08:00
parent d4d932689d
commit c0a6690dd8
65 changed files with 66 additions and 91 deletions

View file

@ -2,9 +2,9 @@
<html lang="en">
<head>
<title>/en/</title>
<link rel="canonical" href="/en/">
<link rel="canonical" href="./en/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/en/">
<meta http-equiv="refresh" content="0; url=./en/">
</head>
</html>