Skip to content

Commit

Permalink
Update metadata.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodosky authored Nov 20, 2024
1 parent b5666ce commit 8f6d16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/lib/metadata/metadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function createMetadataComponents({
<ViewportBoundary>
<Viewport />
</ViewportBoundary>
{appUsingSizeAdjustment ? <meta name="next-size-adjust" /> : null}
{appUsingSizeAdjustment ? <meta name="next-size-adjust" content="" /> : null}
</>
)
}
Expand Down

0 comments on commit 8f6d16f

Please sign in to comment.