Skip to content

Commit 00e485a

Browse files
hschaeflerspawnia
authored andcommitted
Fix favicon path for graphiql:download-assets command
1 parent a9c859c commit 00e485a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DownloadAssetsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DownloadAssetsCommand extends Command
2727
public const CSS_PATH_CDN = '//unpkg.com/graphiql/graphiql.min.css';
2828

2929
public const FAVICON_PATH_LOCAL = 'vendor/graphiql/favicon.ico';
30-
public const FAVICON_PATH_CDN = '//raw.githubusercontent.com/graphql/graphql.github.io/source/static/favicon.ico';
30+
public const FAVICON_PATH_CDN = '//raw.githubusercontent.com/graphql/graphql.github.io/source/public/favicon.ico';
3131

3232
protected $signature = 'graphiql:download-assets';
3333

0 commit comments

Comments
 (0)