docs-devkit
docs-devkit copied to clipboard
fix: error version route
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.