mirror of
https://github.com/lemeow125/simple-redirect.git
synced 2024-11-16 22:09:29 +08:00
Update README.md
This commit is contained in:
parent
6c0f6a2ebb
commit
5a46a86ef3
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ This link will open the "activation" page/screen of our mobile app, pass the UID
|
||||||
- "stude" in the example above must correspond to the name of your mobile app
|
- "stude" in the example above must correspond to the name of your mobile app
|
||||||
- "activation" should correspond to the link to your mobile app's screen/page
|
- "activation" should correspond to the link to your mobile app's screen/page
|
||||||
- You can adjust the last two URL slugs/values according to your needs
|
- You can adjust the last two URL slugs/values according to your needs
|
||||||
- simple-redirect does not allow HTTP/HTTPS redirects for security reasons. If you wish to enable it, clone this repository, change forbid_http_links to false in App.tsx, and deploy it to Github pages on your own account
|
- simple-redirect does not allow HTTP/HTTPS redirects for security reasons. If you wish to enable it, fork this repository, change forbid_http_links to false in App.tsx, and deploy it to Github pages on your own account
|
||||||
|
|
||||||
#### Powered by Vite, ReactJS, and React Router
|
#### Powered by Vite, ReactJS, and React Router
|
||||||
|
|
Loading…
Reference in a new issue