I’m migrating a site to ghost and have certain plaintext files served from the root of the site that I wish to preserve, e.g.
Is there any way to actually support this? I understand that static assets can be added to the assets/
directory in the theme, but this does not preserve the existing url structure. I understand that custom routes can be added to load a handlebar template that contains this content, but Ghost forces trailing slashes, and errors on any attempt to upload a route without it.
Have I missed anything, or is this simply not possible?