Skip to content

Commit

Permalink
feat: new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 6, 2024
1 parent e4edc87 commit 0bdb7b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VUE_APP_SELF_HOST=https://web-tech-tw.github.io/openchat
VUE_APP_OCJI_HOST=https://web-tech-tw.eu.org/openchat-join
VUE_APP_SELF_HOST=https://web-tech.tw/openchat
VUE_APP_OCJI_HOST=https://web-tech.tw/recv/openchat

VUE_APP_SARA_INTE_HOST=https://web-tech-tw.github.io/sara
VUE_APP_SARA_RECV_HOST=https://web-tech-tw.eu.org/sara.recv
VUE_APP_SARA_INTE_HOST=https://web-tech.tw/sara
VUE_APP_SARA_RECV_HOST=https://web-tech.tw/recv/sara
VUE_APP_SARA_TOKEN_NAME=unified_token
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="modal">
<h1>Page is not found.</h1>
<div class="action">
<a href="https://web-tech-tw.github.io">Go Home</a>
<a href="https://web-tech.tw">Go Home</a>
</div>
<p>&copy; Taiwan Web Technology Promotion Organization</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="max-w-7xl mx-auto mt-5 divide-y divide-gray-200 px-4 sm:px-6 md:px-8 text-sky-700">
<a class="mr-3" href="https://github.com/web-tech-tw/openchat">網站原始碼</a>
<a class="mr-3" href="https://web-tech-tw.github.io/#/privacy">隱私權政策</a>
<a class="mr-3" href="https://web-tech.tw/#/privacy">隱私權政策</a>
</div>
<div class="max-w-7xl mx-auto mt-5 divide-y divide-gray-200 px-4 sm:px-6 md:px-8">
&copy; 2022 臺灣網際網路技術推廣組織 Taiwan Web Technology Promotion Organization (Web Tech TW)
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default {
name: "回首頁",
type: "function",
icon: require("@/assets/images/icons/home.svg"),
action: () => location.assign("https://web-tech-tw.github.io")
action: () => location.assign("https://web-tech.tw")
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/RuleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<p>程式碼片段筆記平台:</p>
<ul>
<li>
<a href="https://web-tech-tw.github.io/chew">Chew 口香糖</a>
<a href="https://web-tech.tw/chew">Chew 口香糖</a>
</li>
<li>
<a href="https://pastebin.com">Pastebin</a>
Expand Down

0 comments on commit 0bdb7b8

Please sign in to comment.