No badges yet
No accepted solutions yet
Trailing slash routes not working on Vercel with SSG
I also tried toggling the trailingSlash in vercel.json, but no luck.
Trailing slash routes not working on Vercel with SSG
I tried both setting the strict option to false and true, but no luck :/
Trailing slash routes not working on Vercel with SSG
I have following scenario in my Nuxt 3 app. ``` // https://nuxt.com/docs/api/configuration/nuxt-config const routes = [ '/A/', '/B/', '/C/D/', ] export default defineNuxtConfig({ dev