Skip to content

Commit 77f1358

Browse files
committed
use production jsDelivr URL
1 parent 949a95c commit 77f1358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/org.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1><a href="/github.com/{{ .Repo }}@{{ .Tag }}">{{ .Repo }}@{{ .Tag }}</a></h1>
3131
</script>
3232
<script src="https://unpkg.com/react-table@7/dist/react-table.production.min.js"></script>
3333
<script type="module">
34-
import { formatRelative } from 'https://esm.run/date-fns';
34+
import { formatRelative } from 'https://cdn.jsdelivr.net/npm/date-fns/+esm';
3535

3636
const { render } = ReactDOM;
3737
const { html } = htmReact;

0 commit comments

Comments
 (0)