zenn-cli 0.1.142-alpha.1 → 0.1.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.html +1 -1
- package/dist/server/zenn.js +1 -1
- package/package.json +6 -6
package/dist/client/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<title>Zenn CLI</title>
|
|
12
12
|
|
|
13
13
|
<!-- 埋め込み要素のイベントを処理するためのスクリプト -->
|
|
14
|
-
<script src="https://embed
|
|
14
|
+
<script src="https://embed.zenn.studio/js/listen-embed-event.js"></script>
|
|
15
15
|
<script type="module" crossorigin src="/assets/index-d0a8bd4a.js"></script>
|
|
16
16
|
<link rel="stylesheet" href="/assets/index-50cfb215.css">
|
|
17
17
|
</head>
|