mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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: '(.*)',
|
||||
dest: '/.vercel/functions/_nuxt'
|
||||
dest: '/.vercel/functions/_nuxt/index'
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user