mirror of
https://code.castopod.org/adaures/castopod
synced 2025-08-27 06:49:28 +00:00
ci(php-icons): fix local icon sets path
This commit is contained in:
parent
8ec42c33ff
commit
9dffc8d5f1
@ -7,10 +7,10 @@ use PHPIcons\Config\PHPIconsConfig;
|
||||
return PHPIconsConfig::configure()
|
||||
->withPaths([__DIR__ . '/app', __DIR__ . '/themes', __DIR__ . '/resources'])
|
||||
->withLocalIconSets([
|
||||
'funding' => __DIR__ . '/app/Resources/icons/funding',
|
||||
'podcasting' => __DIR__ . '/app/Resources/icons/podcasting',
|
||||
'social' => __DIR__ . '/app/Resources/icons/social',
|
||||
'custom' => __DIR__ . '/app/Resources/icons/custom',
|
||||
'funding' => __DIR__ . '/resources/icons/funding',
|
||||
'podcasting' => __DIR__ . '/resources/icons/podcasting',
|
||||
'social' => __DIR__ . '/resources/icons/social',
|
||||
'custom' => __DIR__ . '/resources/icons/custom',
|
||||
])
|
||||
->withDefaultIconPerSet([
|
||||
'funding' => 'funding:default',
|
||||
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
Loading…
x
Reference in New Issue
Block a user