mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
fix(webmanifest): import misc helper to get site_icon_url
This commit is contained in:
parent
4665741425
commit
548a11d501
2 changed files with 7 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ class WebmanifestController extends Controller
|
|||
|
||||
public function index(): ResponseInterface
|
||||
{
|
||||
helper('misc');
|
||||
|
||||
$webmanifest = [
|
||||
'name' => esc(service('settings') ->get('App.siteName')),
|
||||
'description' => esc(service('settings') ->get('App.siteDescription')),
|
||||
|
|
|
|||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
|
@ -1,4 +1,8 @@
|
|||
lockfileVersion: "6.0"
|
||||
lockfileVersion: "6.1"
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
"@amcharts/amcharts4":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue