I'm facing a challenge with routes in NuxtJS (a Vue.js framework) and I'm wondering how to create routes like the ones below using the pages directory or another method:
Example:
Sample routes:
/some-route-of-page-2021
/some-route-of-page-2022
and so on for each year.
The 2021
/2021
represents the dynamic year in the route structure.