We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39847fa commit 47966b5Copy full SHA for 47966b5
apps/site/scripts/compare-size/index.mjs
@@ -82,7 +82,7 @@ function reportDiff({ assets: oldAssets }, { assets: newAssets }) {
82
const totalDelta = newTotal - oldTotal;
83
84
// Summary table
85
- 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`;
86
report += `| Old Total Size | ${formatBytes(oldTotal)} |\n`;
87
report += `| New Total Size | ${formatBytes(newTotal)} |\n`;
88
report += `| Delta | ${formatBytes(totalDelta)} (${formatPercent(
0 commit comments