Skip to content

Commit

Permalink
Update CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas authored Dec 22, 2024
1 parent a487556 commit 983e4d5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This won't say I'm fluent on specific languages:
Most of them is **forked** and what I typed is too little compared to them.

Check out details on [here (korean)](https://home.hotoras.kr).
Check out details on [here (korean)](https://www.hotoras.kr).

## homepage built on nuxt 3

Expand Down
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="top-menu">
<div class="logo-menu">
<div class="logo-item">
<a href="https://home.hotoras.kr">
<a href="https://www.hotoras.kr">
<img src="/logo.png">
</a>
</div>
Expand All @@ -26,7 +26,7 @@
</a>
</div>
<div class="menu-item">
<a href="https://home.hotoras.kr">
<a href="https://www.hotoras.kr">
<i class="hgi-stroke hgi-doc-01"></i>
<span class="fullname"> 홈페이지</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/BMS/Commands/cmds-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* mail: hitkey0801\[at\]hotmail.com

* moved to markdown my hotoras
* web: [https://home.hotoras.kr](https://home.hotoras.kr "Homepage (KO)")
* web: [https://www.hotoras.kr](https://www.hotoras.kr "Homepage (KO)")
* mail: hotoras03\[at\]gmail.com
* sns:
* Twitter (now X): [@hoto_ras](https://x.com/hoto_ras "Twitter account")
Expand Down
2 changes: 1 addition & 1 deletion docs/BMS/Commands/cmds-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- 한글화: 2024-05-04
- 작성: hitkey [홈페이지](https://hitkey.nekokan.dyndns.info/)
- 이메일: hitkey0801\[at\]hotmail.com
- 옮김: 保登楽月(ほと ラス) [홈페이지](https://home.hotoras.kr "홈페이지 (한국어)") [트위터(X)](https://x.com/hoto_ras "X 계정") [ActivityPub](https://nekoplanet.xyz/@ras "@[email protected]") [^apub]
- 옮김: 保登楽月(ほと ラス) [홈페이지](https://www.hotoras.kr "홈페이지 (한국어)") [트위터(X)](https://x.com/hoto_ras "X 계정") [ActivityPub](https://nekoplanet.xyz/@ras "@[email protected]") [^apub]
- 이메일: hotoras03\[at\]gmail.com

[^apub]: 서버 프로그램이 마스토돈, 미스키, 체리픽(미스키 계열), 메타 스레드 등 ActivityPub 프로토콜을 통해 소통하는 경우, `@[email protected]` 쪽으로 팔로우가 가능합니다. 같은 서버일 필요가 없습니다.
Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
home.hotoras.kr
www.hotoras.kr
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let categories = []
try {
content = await $fetch('https://raw.githubusercontent.com/HotoRas/HotoRas/main/docs/index.md')
} catch (e) {
content = '<h2>failed to fetch homepage. visit origin <a href="https://home.hotoras.kr/" alt="homepage">here</a>.</h2>'
content = '<h2>failed to fetch homepage. visit origin <a href="https://www.hotoras.kr/" alt="homepage">here</a>.</h2>'
}
if (route.fullpath == '/docs') content = '<h2>refreshing...</h2>'
Expand Down

0 comments on commit 983e4d5

Please sign in to comment.