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
First off, thank you for building sirv, it's a really neat tool.
I've this use case where assets should be served from a different URL root, in my case /assets/. For example /home/brillout/my-project/publicDir/logo.svg should be served at /assets/logo.svg instead of /logo.svg.
The feature request is to be able set a new option base to the value /assets/ making sirv serve all assets at /assets/*.
The text was updated successfully, but these errors were encountered:
First off, thank you for building
sirv
, it's a really neat tool.I've this use case where assets should be served from a different URL root, in my case
/assets/
. For example/home/brillout/my-project/publicDir/logo.svg
should be served at/assets/logo.svg
instead of/logo.svg
.The feature request is to be able set a new option
base
to the value/assets/
makingsirv
serve all assets at/assets/*
.The text was updated successfully, but these errors were encountered: