Skip to content

Commit aa94da4

Browse files
fix: remove duplicate viewport meta tag from headTags
Docusaurus already injects <meta name=viewport> by default from its core theme. Adding it again via headTags created a duplicate tag. Removes the redundant entry per Copilot review on PR. Signed-off-by: Aryan Parikh <aryan81006@gmail.com>
1 parent f7eeb01 commit aa94da4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docusaurus.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ module.exports = {
6363
{property: "og:image:height", content: "630"},
6464
],
6565
headTags: [
66-
// ── Viewport (mobile performance) ──────────────────────────────────
67-
{
68-
tagName: "meta",
69-
attributes: {
70-
name: "viewport",
71-
content: "width=device-width, initial-scale=1.0, viewport-fit=cover",
72-
},
73-
},
7466
// ── Preconnect / DNS-prefetch for critical third-party origins ─────
7567
// Keploy CDN
7668
{

0 commit comments

Comments
 (0)