Skip to content

Commit 098c215

Browse files
author
Arpith Siromoney
committed
Fix /login and /signup to serve actual content instead of redirects
- Change /login from 301 redirect to direct serve of index.html - Change /signup to explicitly serve signup.html file
1 parent 3036e37 commit 098c215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/*.txt /:splat.txt 200
1616

1717
# Folder redirects - preserve existing links
18-
/login /login/ 301
19-
/signup /signup 200
18+
/login /login/index.html 200
19+
/signup /signup.html 200
2020
/help /help/ 301
2121
/welcome /welcome/ 301
2222
/settings /settings/ 301

0 commit comments

Comments
 (0)