Skip to content

Commit 8c33a0f

Browse files
committed
fix: remove meta_generator option
1 parent 21faf35 commit 8c33a0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/hexo/default_config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ module.exports = {
5454
deploy: {},
5555

5656
// ignore files from processing
57-
ignore: [],
58-
59-
// Category & Tag
60-
meta_generator: true
57+
ignore: []
6158
};
6259

0 commit comments

Comments
 (0)