You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# directory is route and directorystaticDir"directory"# directory at route /pathstaticDir"/path"->"directory"
New syntax add file extension support:
# Path -> directorystaticDir"/public"->"testdir"# path -> directory ~ extensions# On this path user can see only HTML, JS and CSS filesstaticDir"/pubdir"->"testdir"~"html,js,css"# Path and directory ~ extensionsstaticDir"/templates"~"html,js,css"
The text was updated successfully, but these errors were encountered:
Well old
staticDir
syntax was:New syntax add file extension support:
The text was updated successfully, but these errors were encountered: