Closed bmhtech07 closed 8 months ago
The default nuxt.options.router.options.hashMode = false.
nuxt.options.router.options.hashMode
false
Therefore, the previous coalescing assignment does nothing. It doesn't disable default opts as the disableDefaultOptions intends (I think?).
disableDefaultOptions
This explicitly sets the value to true, in order to overcome the 404 on build.
Hopefully this makes it in!
The default
nuxt.options.router.options.hashMode
=false
.Therefore, the previous coalescing assignment does nothing. It doesn't disable default opts as the
disableDefaultOptions
intends (I think?).This explicitly sets the value to true, in order to overcome the 404 on build.