mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
fix(create-docusaurus): Improve init templates blog setup + fix warnings (#10392)
This commit is contained in:
parent
471f0d4333
commit
547979a59f
10 changed files with 35 additions and 17 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue