chore: update urls

This commit is contained in:
Haoyu Xu
2023-07-30 11:56:06 -04:00
parent 653586c476
commit 4a80a4ef6b
4 changed files with 11 additions and 11 deletions

View File

@@ -157,10 +157,10 @@ function FooterElement() {
</Popup>
</section>
<section className={footer.item}>
<Link reloadDocument to="https://hx.sg/pp" target="_blank" className={footer.link}>{i18n('privacy_policy')}</Link>
<Link reloadDocument to="https://gura.ch/pp" target="_blank" className={footer.link}>{i18n('privacy_policy')}</Link>
</section>
<section className={footer.item}>
<Link reloadDocument to="https://hx.sg/aklive2d-gh" target="_blank" className={footer.link}>GitHub</Link>
<Link reloadDocument to="https://gura.ch/aklive2d-gh" target="_blank" className={footer.link}>GitHub</Link>
</section>
<section className={footer.item}>
<Popup

View File

@@ -19,7 +19,7 @@ export default [
inDrawer: true,
routeable: true
}, {
path: "https://hx.sg/dynamicCompile",
path: "https://gura.ch/dynamicCompile",
index: false,
name: "offical_page",
element: <a/>,