Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit d6d7482

Browse files
author
이봉균
committed
update export path map config
1 parent d22dba9 commit d6d7482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ module.exports = {
3333
})
3434
return config
3535
},
36-
exportPathMap
36+
exportPathMap: exportPathMap.bind(null, path.join(__dirname, 'pages'))
3737
}

0 commit comments

Comments
 (0)