Skip to content

Commit

Permalink
Fix CSS loading issue (after revert)
Browse files Browse the repository at this point in the history
Correcting previous revert
  • Loading branch information
allamasln authored and ahmedelgabri committed Sep 30, 2023
1 parent d6fba81 commit 333ffb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-klipse",
"version": "8.0.0",
"version": "8.0.1",
"description": "Adds interactive code REPLs at build time using Klipse",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.onRenderBody = (
{
key: 'gatsby-remark-klipse-codemirror',
rel: 'stylesheet',
src:
href:
`https://unpkg.com/klipse@${klipseVersion}/dist/codemirror.css`,
},
null,
Expand Down

0 comments on commit 333ffb9

Please sign in to comment.