update import contentlayer config

This commit is contained in:
khalilcodes 2022-03-24 01:56:26 +03:00
parent b5cb01b539
commit d334bb7a98
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"**/*.tsx", "**/*.tsx",
"**/*.js", "**/*.js",
"**/*.jsx", "**/*.jsx",
".contentlayer/generated", "contentlayer.config.js", ".contentlayer/generated", "contentlayer.config.ts",
], ],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }