We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931a79d + c41fa09 commit 26fcf20Copy full SHA for 26fcf20
2023/index.html
@@ -0,0 +1,6 @@
1
+<link rel="canonical" href="https://www.droidknights.dev/" />
2
+<meta http-equiv="refresh" content="0; url=https://www.droidknights.dev/" />
3
+<script>
4
+ location = "https://www.droidknights.dev/";
5
+
6
+</script>
index.html
@@ -1,6 +1,6 @@
-<link rel="canonical" href="/2021/" />
-<meta http-equiv="refresh" content="0; url=/2021/" />
+<link rel="canonical" href="/2023/" />
+<meta http-equiv="refresh" content="0; url=/2023/" />
<script>
- location = "/2021/";
+ location = "/2023/";
</script>
0 commit comments