Skip to content

Commit

Permalink
Fix CSS loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
allamasln authored and ahmedelgabri committed Sep 24, 2023
1 parent 8b2cebe commit d27c173
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 @@ -77,7 +77,7 @@ exports.onRenderBody = (
'script',
{
key: 'gatsby-remark-klipse-js',
src:
href:
`https://unpkg.com/klipse@${klipseVersion}/dist/klipse_plugin.min.js`,
},
null,
Expand Down

0 comments on commit d27c173

Please sign in to comment.