We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949a95c commit 77f1358Copy full SHA for 77f1358
template/org.html
@@ -31,7 +31,7 @@ <h1><a href="/github.com/{{ .Repo }}@{{ .Tag }}">{{ .Repo }}@{{ .Tag }}</a></h1>
31
</script>
32
<script src="https://unpkg.com/react-table@7/dist/react-table.production.min.js"></script>
33
<script type="module">
34
- import { formatRelative } from 'https://esm.run/date-fns';
+ import { formatRelative } from 'https://cdn.jsdelivr.net/npm/date-fns/+esm';
35
36
const { render } = ReactDOM;
37
const { html } = htmReact;
0 commit comments