egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.8k stars 425 forks source link

Bug: "router.base" not work! #298

Open Suomm opened 2 years ago

Suomm commented 2 years ago

router: {
  mode: "history",
  base: "/app/"
}
Suomm commented 2 years ago

Configuration in my index.html :


new Docute({
    router: {
      mode: "history",
      base: "/app/"
    }
})

The base URL of the app. For example, if the entire single page application is served under /app/, then base should use the value "/app/". But it doesn't work. Oh, my poor English.