XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

Serving images out of /public directory #281

Open shanglun opened 7 years ago

shanglun commented 7 years ago

Hello,

I am building a React application that serves some images out of the /public directory. Looks like the routing doesn't quite work after the project is demeteorized.

Is there something special I need to do to get the images to serve properly?