electrode-io / electrode-static-paths

Electrode server decor to serve static files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional root level examples

brandonburkett opened this issue · comments

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.

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