superstatic
superstatic copied to clipboard
Wildcard in rewrite destinations?
How to handle this?
{
"rewrites": [
{"source": "/assets/**", "destination": "../Core/assets/**"}
]
}
rewrites require an absolute URL, so unfortunately this feature does not exist.
You can however use a redirect using :path* instead of **