fix(vercel): generate to config/routes.json

This commit is contained in:
Pooya Parsa 2020-11-10 20:43:33 +01:00
parent 2c4b857893
commit 7347e8ebda
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ async function writeRoutes ({ targetDir }) {
}
]
await writeFile(resolve(targetDir, 'routes.json'), JSON.stringify(routes, null, 2))
await writeFile(resolve(targetDir, 'config/routes.json'), JSON.stringify(routes, null, 2))
}