serve
serve copied to clipboard
Add project name suffix in url
Could the url can be localhost:5000/myProject/#/ ? The project is runing in that way.
@jingping-ye the following should work (assuming your index.html is in the root folder).
Doesn't it work for you?
{
"rewrites": [
{ "source": "myProject/**", "destination": "/index.html" }
]
}