mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
💡 Removed list of reserved slugs (#11301)
no issue - reserved slugs get in the way of creating pages such as `/signin/` which do not currently exist and are useful for members - the reserved slugs concept is a little meaningless because if there are any route clashes then our own routes should always win out over a post slug
This commit is contained in:
parent
d370a4e840
commit
c2cdfef9e2
1 changed files with 1 additions and 4 deletions
|
@ -20,10 +20,7 @@
|
|||
]
|
||||
},
|
||||
"slugs": {
|
||||
"reserved": ["admin", "app", "apps", "categories",
|
||||
"category", "dashboard", "feed", "ghost-admin", "login", "logout",
|
||||
"page", "pages", "post", "posts", "public", "register", "setup",
|
||||
"signin", "signout", "signup", "user", "users", "wp-admin", "wp-login"],
|
||||
"reserved": [],
|
||||
"protected": ["ghost", "rss", "amp"]
|
||||
},
|
||||
"uploads": {
|
||||
|
|
Loading…
Reference in a new issue