How to avoid having all files named index.vue? #753
-
|
Hi and thanks for the library, it works very well! However, almost all pages are now named
with the same routes result as if using index.vue for all? That is, URL is Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You can customise how your file path relates to the generated routes with the configuration: https://uvr.esm.is/guide/configuration.html#configuration I'd start by reading the JSDoc comments on the config and experimenting in a minimal project. |
Beta Was this translation helpful? Give feedback.
You can customise how your file path relates to the generated routes with the configuration: https://uvr.esm.is/guide/configuration.html#configuration
I'd start by reading the JSDoc comments on the config and experimenting in a minimal project.