chore: unlock site deploy for i18n with onInlineTags warn (#10191)

This commit is contained in:
Sébastien Lorber 2024-06-02 13:32:51 +02:00 committed by GitHub
parent 99825f6a5d
commit 189bb3d4a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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],