Custom route as file with extension

Hello,

I’m trying to onboard on gravitec to send notifications.
I need to create 2 file at root : manifest.json and pushworker.js.

I thought the best idea was to create 2 pages and put the content of the file as embed and to route the pages as /manifest.json and /pushworker.js.

The problem is that you have a slugify forcer on the page route that remove the dot and transform the /manifest.json to /manifestjson and /pushworker.js to /pushworkerjs when you publish the website.

Is there another way I can add Gravitec to Divhunt website?

Hey, I guess its not possible directly via divhunt.

What you can do is to have a server where you are hosting that to files, and then configure a reverse proxy, if route is ‘manifest.json’, it hits that server. If it is anything else, it hits Divhunt server.