Skip to content

Commit 62e1438

Browse files
committed
Update version
1 parent 8cc8db8 commit 62e1438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/browser/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Code Hike in the browser</title>
55
<link
66
rel="stylesheet"
7-
href="https://esm.sh/@code-hike/[email protected]-canary.154.285c03a.0/dist/index.css"
7+
href="https://esm.sh/@code-hike/[email protected]next.1/dist/index.css"
88
/>
99
</head>
1010
<body>
@@ -16,8 +16,8 @@
1616
import { evaluate } from "https://esm.sh/@mdx-js/mdx?dev"
1717
import * as runtime from "https://esm.sh/react/jsx-runtime.js"
1818

19-
import { remarkCodeHike } from "https://esm.sh/@code-hike/[email protected]-canary.154.285c03a.0/dist/index.browser.mjs"
20-
import { CH } from "https://esm.sh/@code-hike/[email protected]-canary.154.285c03a.0/components"
19+
import { remarkCodeHike } from "https://esm.sh/@code-hike/[email protected]next.1/dist/index.browser.mjs"
20+
import { CH } from "https://esm.sh/@code-hike/[email protected]next.1/components"
2121
import theme from "https://esm.sh/[email protected]/themes/nord.json" assert { type: "json" }
2222

2323
const mdx = `# Test

0 commit comments

Comments
 (0)