docs-devkit icon indicating copy to clipboard operation
docs-devkit copied to clipboard

fix: error version route

Open yanyongyu opened this issue 5 years ago • 0 comments

There's an error versioning route for my project like this:

  • version: 1.0.0, generated at: localhost:8080/1.0.0/1.0.0/

    because of relative path has included the version str and replaced into /${version}/${path}

I just remove the version in the relative path and work for me.

yanyongyu avatar Aug 23 '20 08:08 yanyongyu