Skip to content

Commit

Permalink
chore: use react prod distribution in cdn example
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Aug 12, 2023
1 parent 7b00774 commit 89716dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/graphiql-cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
-->
<script
crossorigin
src="https://unpkg.com/react@18/umd/react.development.js"
src="https://unpkg.com/react@18/umd/react.production.min.js"
></script>
<script
crossorigin
src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"
src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"
></script>
<!--
These two files can be found in the npm module, however you may wish to
Expand Down

0 comments on commit 89716dd

Please sign in to comment.