I want to make directories look like versions for a given language by pointing different baseRoutes to the same directory. This is done to allow the ViteSSG plugin to generate corresponding static web pages in different language directories, but it seems that the entire site cannot display pages. An example of error reporting:
[Vue Router warn]: No match found for location with path "/"
Describe the bug
I want to make directories look like versions for a given language by pointing different baseRoutes to the same directory. This is done to allow the ViteSSG plugin to generate corresponding static web pages in different language directories, but it seems that the entire site cannot display pages. An example of error reporting:
Reproduction
https://stackblitz.com/edit/github-2zsjpe
System Info
Used Package Manager
yarn
Validations