Skip to content

Commit

Permalink
fix: update stylesheet link in graphiql.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bridges-wood committed Dec 14, 2024
1 parent 9557c69 commit ca45db7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-oranges-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-yoga': patch
---

Fix stylesheet reference in graphiql
2 changes: 1 addition & 1 deletion packages/graphql-yoga/src/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link
crossorigin
rel="stylesheet"
href="https://unpkg.com/@graphql-yoga/graphiql@__GRAPHIQL_VERSION__/dist/style.css"
href="https://unpkg.com/@graphql-yoga/graphiql@__GRAPHIQL_VERSION__/dist/graphiql.css"
/>
</head>
<body id="body" class="no-focus-outline">
Expand Down

0 comments on commit ca45db7

Please sign in to comment.