Skip to content

Commit

Permalink
upgrade codapi to 0.13.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Feb 9, 2024
1 parent 767b5b3 commit 0c720d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
favicon: 'img/logo.png',
stylesheets: [
{
href: "https://unpkg.com/@antonz/codapi@0.12.0/dist/snippet.css",
href: "https://unpkg.com/@antonz/codapi@0.13.0/dist/snippet.css",
},
],
scripts: [
Expand All @@ -29,15 +29,15 @@ export default {
'data-website-id': '7a07d44e-77c0-43c5-aaa3-5071404be998'
},
{
src: "https://unpkg.com/@antonz/codapi@0.12.0/dist/snippet.js",
src: "https://unpkg.com/@antonz/codapi@0.13.0/dist/snippet.js",
defer: true,
},
{
src: "https://unpkg.com/@antonz/[email protected]/dist/runno.js",
defer: true,
},
{
src: "https://unpkg.com/@antonz/codapi@0.12.0/dist/engine/wasi.js",
src: "https://unpkg.com/@antonz/codapi@0.13.0/dist/engine/wasi.js",
defer: true,
}
],
Expand Down

0 comments on commit 0c720d7

Please sign in to comment.