diff --git a/apps/site/scripts/compare-size/index.mjs b/apps/site/scripts/compare-size/index.mjs index f67b78a1a4c1a..1b6675e1f7dbd 100644 --- a/apps/site/scripts/compare-size/index.mjs +++ b/apps/site/scripts/compare-size/index.mjs @@ -82,7 +82,7 @@ function reportDiff({ assets: oldAssets }, { assets: newAssets }) { const totalDelta = newTotal - oldTotal; // Summary table - let report = `# 📦 Build Size Comparison\n\n## Summary\n\n| Metric | Value |\n|--------|-------|\n`; + let report = `## 📦 Build Size Comparison\n\n### Summary\n\n| Metric | Value |\n|--------|-------|\n`; report += `| Old Total Size | ${formatBytes(oldTotal)} |\n`; report += `| New Total Size | ${formatBytes(newTotal)} |\n`; report += `| Delta | ${formatBytes(totalDelta)} (${formatPercent(