I have a .html file from Google that I need to serve at http://www.domain.com/google1234567890123456.html
. I placed the .html file into pathToMeteorApp/public/
but when I visit that URL, Meteor serves me an empty page with some template.
I'm using iron-router
, so is it possible that the router is still managing the url to the .html file even though the .html file is in the public folder? If so, how can we prevent that and serve the .html file directly at that url?