File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,33 +37,33 @@ const getGraphiqlHtml = ({ endpoint }: { endpoint: string }) => `
37
37
</style>
38
38
<script
39
39
crossorigin
40
- src="https://unpkg.com /react@18/umd/react.production.min.js"
40
+ src="https://cdn.jsdelivr.net/npm /react@18/umd/react.production.min.js"
41
41
></script>
42
42
<script
43
43
crossorigin
44
- src="https://unpkg.com /react-dom@18/umd/react-dom.production.min.js"
44
+ src="https://cdn.jsdelivr.net/npm /react-dom@18/umd/react-dom.production.min.js"
45
45
></script>
46
46
<!--
47
47
These two files can be found in the npm module, however you may wish to
48
48
copy them directly into your environment, or perhaps include them in your
49
49
favored resource bundler.
50
50
-->
51
51
<script
52
- src="https://unpkg.com /graphiql/graphiql.min.js"
52
+ src="https://cdn.jsdelivr.net/npm /graphiql/graphiql.min.js"
53
53
type="application/javascript"
54
54
></script>
55
- <link rel="stylesheet" href="https://unpkg.com /graphiql/graphiql.min.css" />
55
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm /graphiql/graphiql.min.css" />
56
56
<!--
57
57
These are imports for the GraphIQL Explorer plugin.
58
58
-->
59
59
<script
60
- src="https://unpkg.com /@graphiql/plugin-explorer/dist/index.umd.js"
60
+ src="https://cdn.jsdelivr.net/npm /@graphiql/plugin-explorer/dist/index.umd.js"
61
61
crossorigin
62
62
></script>
63
63
64
64
<link
65
65
rel="stylesheet"
66
- href="https://unpkg.com /@graphiql/plugin-explorer/dist/style.css"
66
+ href="https://cdn.jsdelivr.net/npm /@graphiql/plugin-explorer/dist/style.css"
67
67
/>
68
68
</head>
69
69
You can’t perform that action at this time.
0 commit comments