chore(urls): updated to shortened links

This commit is contained in:
Haoyu Xu
2023-07-30 06:43:18 -04:00
parent d7eec6155e
commit 62d20ac4f6
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ function FooterElement() {
<Link reloadDocument to="https://hx.sg/pp" target="_blank" className={footer.link}>{i18n('privacy_policy')}</Link> <Link reloadDocument to="https://hx.sg/pp" target="_blank" className={footer.link}>{i18n('privacy_policy')}</Link>
</section> </section>
<section className={footer.item}> <section className={footer.item}>
<Link reloadDocument to="https://github.com/Halyul/aklive2d" target="_blank" className={footer.link}>GitHub</Link> <Link reloadDocument to="https://hx.sg/aklive2d" target="_blank" className={footer.link}>GitHub</Link>
</section> </section>
<section className={footer.item}> <section className={footer.item}>
<Popup <Popup

View File

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