Fixed broken links to imprint caused by wrong baseURL config
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>/en/</title>
|
||||
<link rel="canonical" href="/en/">
|
||||
<title>https://blog.privacynerd.de/en/</title>
|
||||
<link rel="canonical" href="https://blog.privacynerd.de/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=https://blog.privacynerd.de/en/">
|
||||
</head>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user