# Keep dependencies and build output off the public web
RewriteEngine On
RewriteRule ^(node_modules|dist)(/|$) - [F,L]

Options -Indexes
DirectoryIndex index.html README.md
