diff --git a/.build/generate-icons-comment.mjs b/.build/generate-icons-comment.mjs index cca8b0dba..f7a6d165a 100644 --- a/.build/generate-icons-comment.mjs +++ b/.build/generate-icons-comment.mjs @@ -67,7 +67,7 @@ function generateIconsTable(icons, type) { const tags = data.tags || [] // Use GitHub raw file URL - GitHub Comments support external image URLs - markdown += `| ${iconName} | \`${iconName}\` | ${category || '❌ No category'} | ${tags.join(', ') || '❌ No tags' } |\n` + markdown += `| ${iconName} | \`${iconName}.svg\` | ${category || '❌ No category'} | ${tags.join(', ') || '❌ No tags' } |\n` }) markdown += `\n`