electrode-io / electrode-static-paths

Electrode server decor to serve static files
Other
55 stars 10 forks source link

Additional root level examples #6

Open brandonburkett opened 6 years ago

brandonburkett commented 6 years ago

For things like /robots.txt, how would we need to configure electrodeStaticPaths (in our config) to still handle js, html, images. but also add some root level files?

On build, it seems the /dist folder is completely overwritten.

brandonburkett commented 6 years ago

Or... do we need a plugin (using hapi) for root level static files?