Closed chenyulun closed 3 months ago
base is not meant for those cases. It is needed if you're deploying to a subpath.
if you're deploying to https://some-domain.com/
-- remove base
if you're deploying to https://some-domain.com/some-path/
-- set base to /some-path/
These 2 places don't agree, and that's a problem, is it simply replacing the double slash to become a single slash? @brc-dd
Absolute URLs are not supported in base and don't mean anything. It's garbage in, garbage out.
ok! tks!
Describe the bug
构建之后有些
http://
变成了http:/
少了一个斜杠Reproduction
Expected behavior
期望能正确处理base
System Info
Additional context
Validations