How does nuxt get rid of the /-sharp behind URL?

I have already set it in nuxt.config.js. Why not?

module.exports = {
    ...
    router:{
        mode:"history"
      },
      ...
}

routing remains the same

http://localhost:3000/-sharp

I don"t want the last /-sharp thing

May.12,2021

where did this-sharp come from? the default nuxt is history:

https://github.com/nuxt/nuxt.

what is your version of nuxt

Menu