I am using Webflow to server my marketing website on beeperhq.com but I am also running a Matrix.org Synapse server, which requires a .well-known to be published at beeperhq.com/.well-known/matrix/server that only returns a single JSON object { "m.server": "matrix.beeperhq.com" }
Any tips on how I could trick webflow into returning ONLY this { "m.server": "matrix.beeperhq.com" }
object?