fix(create-docusaurus): Improve init templates blog setup + fix warnings (#10392)

This commit is contained in:
Sébastien Lorber 2024-08-12 15:59:03 +02:00 committed by GitHub
parent 471f0d4333
commit 547979a59f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 35 additions and 17 deletions

View file

@ -68,9 +68,9 @@ export const DEFAULT_OPTIONS: PluginOptions = {
showLastUpdateTime: false,
showLastUpdateAuthor: false,
processBlogPosts: async () => undefined,
onInlineTags: 'warn',
tags: undefined,
authorsBasePath: 'authors',
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
};