1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
Guillermo Rauch 2017-05-16 09:41:35 -07:00
parent 5f9e9828de
commit b0a9161462

View file

@ -86,7 +86,7 @@ export default async function (dir, options) {
}
for (const path of exportPaths) {
log(` exporing path: ${path}`)
log(` exporting path: ${path}`)
const { page, query } = exportPathMap[path]
const req = { url: path }