We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c859c commit 00e485aCopy full SHA for 00e485a
src/DownloadAssetsCommand.php
@@ -27,7 +27,7 @@ class DownloadAssetsCommand extends Command
27
public const CSS_PATH_CDN = '//unpkg.com/graphiql/graphiql.min.css';
28
29
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';
+ public const FAVICON_PATH_CDN = '//raw.githubusercontent.com/graphql/graphql.github.io/source/public/favicon.ico';
31
32
protected $signature = 'graphiql:download-assets';
33
0 commit comments