mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
v1.3.2
This commit is contained in:
parent
c39399403e
commit
191984b31e
19 changed files with 230 additions and 124 deletions
13
REDIRECTS.md
Normal file
13
REDIRECTS.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Search
|
||||
* `deviantart.com/search?q=$QUERY` => `/search?q=$QUERY&type=all`
|
||||
# Daily Deviations
|
||||
* `deviantart.com` => `/dd`
|
||||
# Deviations
|
||||
* (`$USER_GROUP.deviantart.com/art/$ID`|`deviantart.com/$USER_GROUP/art/$ID`) => `/post/$USER_GROUP/$ID`
|
||||
# Groups and users
|
||||
## Main user page
|
||||
* (`$USER_GROUP.deviantart.com`|`deviantart.com/$USER_GROUP`) => `/group_user?type=about&q=$USER_GROUP`
|
||||
## Gallery
|
||||
* (`$USER_GROUP.deviantart.com/gallery`|`deviantart.com/$USER_GROUP/gallery`) => `/group_user?type=gallery&q=$USER_GROUP`
|
||||
## Favourites
|
||||
* (`$USER_GROUP.deviantart.com/favourites`|`deviantart.com/$USER_GROUP/favourites`) => `/group_user?type=favourites&q=$USER_GROUP`
|
Loading…
Add table
Add a link
Reference in a new issue