Skip to content

Commit fe8c7c6

Browse files
committed
Test abilities
1 parent e2d7302 commit fe8c7c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = (options, ctx) => ({
22
async generated (pagePaths) {
3-
console.log(options)
4-
console.log(pagePaths)
3+
console.log(ctx)
54
}
65
})

0 commit comments

Comments
 (0)