Commit a169e0c
committed
fix(svgo): remove prefixIds plugin from SVGO configuration
The prefixIds plugin renames SVG symbol IDs during optimization, which
breaks icon rendering: PHP references sprites via fixed hashes
(e.g. #icon-facebook) in <use href="...">, and prefixed IDs no longer
match those references.
Removing the plugin restores stable symbol IDs and ensures icons display
correctly in the sprite workflow.1 parent 13624d5 commit a169e0c
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
0 commit comments