Skip to content

Commit 3ce2053

Browse files
committed
chore: fix broken import url for the playground
1 parent 3f0d777 commit 3ce2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ <h3 class="title">Debugger</h3>
486486
</div>
487487

488488
<script type="module">
489-
import { jsonquery, stringify, parse, compile } from '../lib/jsonquery.js'
489+
import { jsonquery, stringify, parse, compile } from 'https://cdn.jsdelivr.net/npm/@jsonquerylang/jsonquery@4/lib/jsonquery.js'
490490
import { Formatter, FracturedJsonOptions } from 'https://cdn.jsdelivr.net/npm/fracturedjsonjs/+esm'
491491

492492
window.jsonquery = { jsonquery, stringify, parse, compile }

0 commit comments

Comments
 (0)