Just want to check I have used the redirect placeholders and splats correctly (in terms of syntax) before I publish the redirects and push the site live. Can anyone confirm.
The example in docs uses :year, month: slug: etc so i just want to make sure I can use anything as a placeholder and it doesn’t have to be from a built in subset or anything. In my case i want to use :topic for the various topics that appear after articles/topics/ and prior to the page(splat:) stuff
I am aware that forward slashes are not necessary and that netlify will check for both with and without but ii added them just for completeness
https://silly-knuth-4897cf.netlify.com/ - is instance name
/articles/all /articles/ 301
/articles/all/* /articles/page/:splat/ 301
/articles/topics/:topic /articles/topics/:topic/ 301
/articles/topics/:topic/* /articles/topics/:topic/page/:splat/ 301