Skip to content

Commit

Permalink
Fix favicon path for graphiql:download-assets command
Browse files Browse the repository at this point in the history
  • Loading branch information
hschaefler authored and spawnia committed Apr 3, 2024
1 parent a9c859c commit 00e485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DownloadAssetsCommand extends Command
public const CSS_PATH_CDN = '//unpkg.com/graphiql/graphiql.min.css';

public const FAVICON_PATH_LOCAL = 'vendor/graphiql/favicon.ico';
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';

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

Expand Down

0 comments on commit 00e485a

Please sign in to comment.