mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore: unlock site deploy for i18n with onInlineTags warn (#10191)
This commit is contained in:
parent
99825f6a5d
commit
189bb3d4a0
1 changed files with 4 additions and 1 deletions
|
@ -492,7 +492,10 @@ export default async function createConfigAsync() {
|
|||
blogDescription: 'Read blog posts about Docusaurus from the team',
|
||||
blogSidebarCount: 'ALL',
|
||||
blogSidebarTitle: 'All our posts',
|
||||
onInlineTags: 'throw',
|
||||
onInlineTags:
|
||||
process.env.DOCUSAURUS_CURRENT_LOCALE !== defaultLocale
|
||||
? 'warn'
|
||||
: 'throw',
|
||||
} satisfies BlogOptions,
|
||||
pages: {
|
||||
remarkPlugins: [npm2yarn],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue