tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Static files not displaying #139

Open dennismonsewicz opened 10 years ago

dennismonsewicz commented 10 years ago

I have meteor-router setup with https://github.com/airlok/meteor-pagination and in my app I have a single static image that displays on the first page load, but for some reason when clicking on one of the pagination links, the image can't be found in the public directory

tmeasday commented 10 years ago

Could it be that you are linking the images absolutely rather than relatively? foo.png rather than /foo.png