From 091656ffa614d5d8a90d47aea02f8c26a8a52cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 19 Aug 2022 16:47:28 +0200 Subject: [PATCH] fix(core): allow overriding ssr/dev template meta tags (#7952) --- .../version-2.1.0/api/docusaurus.config.js.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/versioned_docs/version-2.1.0/api/docusaurus.config.js.md b/website/versioned_docs/version-2.1.0/api/docusaurus.config.js.md index bc84034ce0bb..254bdc0a2d38 100644 --- a/website/versioned_docs/version-2.1.0/api/docusaurus.config.js.md +++ b/website/versioned_docs/version-2.1.0/api/docusaurus.config.js.md @@ -509,15 +509,11 @@ module.exports = { > - - <% if (it.noIndex) { %> - - <% } %> - <%~ it.headTags %> <% it.metaAttributes.forEach((metaAttribute) => { %> <%~ metaAttribute %> <% }); %> + <%~ it.headTags %> <% it.stylesheets.forEach((stylesheet) => { %> <% }); %>