I have just downloaded the brutal template as a second project I'm working on with astro to try and make it into my site. I did not like the CMS /blog/ path so I went to rename, everything as movements. While it sounds stupid it did actually work, but only half way. For some reason, even though literally everything else works and the posts can be found through CMS, /movements/ isn't a path of my site? I'm going to read over the docs again on CMS in the mean time but this doesn't make sense really.
#/movements/ is not found
1 messages · Page 1 of 1 (latest)
Well, first thing I'm noticing is that it says /movement/ in your address bar, can you just make sure that's not the issue here?
Thanks but that wasn't it
Figures, just wanted to make sure!
Can you send me a screenshot of the folder you renamed in VSCode / The code editor of your choice so I can see the folder structure?
Was just about to ask for that 
Are there any warnings in your console when you try to run the dev server / build the project?
none that I see
And if you go to /movements/media, that shows up?
Would it be possible for you to publish the repo on GitHub so I can take a look myself?
Sure.. I kind of forgot how to
Feel free to ping me once you've got it published
What files do you need?
What files do you need? I might just be able to paste them
Just wanted to start the project myself to see if I can't get it to work, publishing it to GitHub would allow me to clone it
@velvet zodiac https://github.com/Keylessboi/molecular-mercury
Appreciate it, taking a look now!
If you found the site linked to this one and got confused it’s just cause I’m experimenting with themes
You're fine
Alright found the issue. Seems you deleted the src/pages/blog/ directory which contained the logic for all that
If you check Elians repo (the original theme):
https://github.com/ElianCodes/brutal/tree/main/src/pages/blog
Re-adding all those files and renaming the folder from blog to movements should fix the issue! (Don't forget to update all references to the old collection name inside the pages of that folder too!)
@velvet zodiac , sorry to continue the ticket but could you help me with a bad gateway error