I have a subscription-based Rails website hosted on Heroku.
I now want to add a blog to it (in a subdirectory).
Do I need to recompile the Heroku slug for the full website every time I add a blog page, or even fix a typo? (It seems like a big overhead and a risk something could break in the main website – which I always have a fear of ). Alternatively, is there a way of uploading new blog-pages without full recompiles? (somehow)