Skip to content

Commit 26fcf20

Browse files
authored
Merge pull request #52 from laco-dev/2023
드로이드 나이츠 2023 업데이트
2 parents 931a79d + c41fa09 commit 26fcf20

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

2023/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<link rel="canonical" href="/2021/" />
2-
<meta http-equiv="refresh" content="0; url=/2021/" />
1+
<link rel="canonical" href="/2023/" />
2+
<meta http-equiv="refresh" content="0; url=/2023/" />
33
<script>
4-
location = "/2021/";
4+
location = "/2023/";
55

66
</script>

0 commit comments

Comments
 (0)