Skip to content

Commit 9330351

Browse files
mknextjournal-ci
authored andcommitted
Fix asset urls for codemirror 6 github page
* Fix asset urls for codemirror 6 github page by switching to immutable urls
1 parent 31657f5 commit 9330351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf8">
55
<title>lezer-clojure</title>
6-
<link href="https://cdn.nextjournal.com/stylesheets/vendor/tailwind-a4c8a6fe636b6d528505c30cb68526a024f446a7.css" rel="stylesheet">
7-
<link href="https://cdn.nextjournal.com/stylesheets/viewer-aaa389c8d1f443ee049b10c6ce4aa2f79bf857c4.css" rel="stylesheet">
8-
<link href="https://cdn.nextjournal.com/stylesheets/nextjournal-46767606a00fbd15d6ff78c09f13092e657225c4.css" rel="stylesheet">
6+
<link href="https://cdn.nextjournal.com/data/QmW53nJSRrRao5FZ9sZ2pwQ4Gd4mK4nZcvhrATVdiabPkc?filename=tailwind-a4c8a6fe636b6d528505c30cb68526a024f446a7.css&content-type=text/css" rel="stylesheet">
7+
<link href="https://cdn.nextjournal.com/data/QmSaHZCU6U2DeNohfW2PuXDHkayw7w21uvUWL5oEqVWKwH?filename=viewer-1c61aac61ffa4da89b828d538c5e4eff188e7b56.css&content-type=text/css" rel="stylesheet">
8+
<link href="https://cdn.nextjournal.com/data/QmZZpjcdZDa8WT27QpcepDfqwuGik6Y3Ueyxaxs1Gqpk9w?filename=nextjournal-c81d440c5a7312046bbc5a2c3f2c5567d9ea9131.css&content-type=text/css" rel="stylesheet">
99
<style>
1010
/* Use Fira Mono without having to clutter up the demo with a custom CM theme. */
1111
.cm-scroller { font-family: var(--code-font) !important; }

0 commit comments

Comments
 (0)