mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix typo
This commit is contained in:
parent
5f9e9828de
commit
b0a9161462
|
@ -86,7 +86,7 @@ export default async function (dir, options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const path of exportPaths) {
|
for (const path of exportPaths) {
|
||||||
log(` exporing path: ${path}`)
|
log(` exporting path: ${path}`)
|
||||||
|
|
||||||
const { page, query } = exportPathMap[path]
|
const { page, query } = exportPathMap[path]
|
||||||
const req = { url: path }
|
const req = { url: path }
|
||||||
|
|
Loading…
Reference in a new issue