Skip to content

Commit fd9b148

Browse files
committed
fix url
1 parent 4c8d34f commit fd9b148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphiQLAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class GraphiQLAsset
2525
public const FAVICON_SOURCE_URL = 'https://raw.githubusercontent.com/graphql/graphql.github.io/source/public/favicon.ico';
2626

2727
public const GRAPHIQL_JS_LOCAL_PATH = 'vendor/graphiql/graphiql.js';
28-
public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@4/dist/';
28+
public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@4/dist/index.umd.js';
2929

3030
public const PLUGIN_EXPLORER_JS_LOCAL_PATH = 'vendor/graphiql/graphiql-plugin-explorer.js';
3131
public const PLUGIN_EXPLORER_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/@graphiql/plugin-explorer@4/dist/index.umd.js';

0 commit comments

Comments
 (0)