This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Gensokyo.social
/
status
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
feat: /web/getting-started => /web
develop
Dale
2 months ago
parent
52648a1592
commit
6f907ad94a
Signed by:
Deiru
GPG Key ID:
AA250C0277B927E1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/domains/landing/components/Landing.tsx
+1
-1
src/domains/landing/index.tsx
+ 1
- 1
src/domains/landing/components/Landing.tsx
View File
@@ -119,7 +119,7 @@ const Landing: FC<Props> = ({ mastodon, mumble, xmpp, loggedIn }) => (
<>
<li>
<a
href="https://gensokyo.social/web
/getting-started
"
href="https://gensokyo.social/web"
className="youmu-link"
>
Home
+ 1
- 1
src/domains/landing/index.tsx
View File
@@ -30,7 +30,7 @@ const getHandler = (redirect: boolean = true) => (
${renderToString(statusPage)}
`;
if (loggedIn && redirect) {
res.redirect("/web
/getting-started
");
res.redirect("/web");
} else {
res.status(200).send(page);
}
Write
Preview
Loading…
Cancel
Save