Is it possible to use a /admin route instead of a /keystatic route? #1079
Replies: 4 comments
-
I second this. From a "security" perspective (as an example), I never liked how WordPress admin was always |
Beta Was this translation helpful? Give feedback.
-
Linking thread on discord https://discordapp.com/channels/1139017922073866332/1139018073442103397/1215927431232356412 But yeah as said keystatic/packages/astro/src/index.ts Line 48 in 41e54d3 |
Beta Was this translation helpful? Give feedback.
-
Right now I m using a redirect from But it would be nice it would be like that without any setup! |
Beta Was this translation helpful? Give feedback.
-
a simple keystatic({ adminUrl ... })
// Then dynamic pattern:
pattern: `/${options.adminUrl}/[...params]`, // default could remain `keystatic` just a thought |
Beta Was this translation helpful? Give feedback.
-
I was trying to poke around if this was possible to change but couldn't find where. Its a minor thing but I thought it could be useful to change, specifically when using with clients who don't know what keystatic is and I figure /admin is easier to remember.
Beta Was this translation helpful? Give feedback.
All reactions