mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
fix(vercel): add /index
suffix to dst
This commit is contained in:
parent
a6c4a7e2cd
commit
2c4b857893
@ -39,7 +39,7 @@ async function writeRoutes ({ targetDir }) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: '(.*)',
|
src: '(.*)',
|
||||||
dest: '/.vercel/functions/_nuxt'
|
dest: '/.vercel/functions/_nuxt/index'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user