NuxtN
Nuxt3y ago
Gobbo

Dynamic routing with static site generation (S3)

I have a route currently that has a dynamic path param

  • auth
    • index.vue
      • [client].vue
However, with the deployment generate and an S3 Deployment, I can't access the dynamic path parameter page, any clue on what I could do? It's dynamic for a reason so I can't predefine it
Was this page helpful?