Skip to content

Commit 179dbf4

Browse files
committed
Criação dos favicons
1 parent d06cc30 commit 179dbf4

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

docker/common/config.d/favicon.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
return [
3+
'favicon.ico' => env('FAVICON_IMAGE_ICO', 'img/favicon.ico'),
4+
'favicon.svg' => env('FAVICON_IMAGE_SVG', 'img/favicon.svg'),
5+
'favicon.180' => env('FAVICON_IMAGE_180', 'img/favicon-180x180.png'),
6+
];
Loading
14.7 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)