Skip to content

Commit

Permalink
Set dummy domain for CDN (#2905)
Browse files Browse the repository at this point in the history
The goal here is to provide a placeholder for the CDN, not link to an actual
CDN, so let's replace it with a dummy domain that doesn't work.
  • Loading branch information
mAAdhaTTah authored May 15, 2021
1 parent 20b77bf commit 38f1d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ <h2 id="basic-usage-cdn">Usage with CDNs</h2>
&lt;html>
&lt;head>
...</code>
<code class="highlight">&lt;link href="https://myCDN.com/[email protected]/themes/prism.css" rel="stylesheet" /></code>
<code class="highlight">&lt;link href="https://my.cdn/[email protected]/themes/prism.css" rel="stylesheet" /></code>
<code>&lt;/head>
&lt;body>
...</code>
<code class="highlight" style="display: inline-block; outline-offset: .2em; margin-bottom: .2em;"> &lt;script src="https://myCDN.com/[email protected]/components/prism-core.min.js"&gt;&lt;/script&gt;
&lt;script src="https://myCDN.com/[email protected]/plugins/autoloader/prism-autoloader.min.js"&gt;&lt;/script&gt;</code>
<code class="highlight" style="display: inline-block; outline-offset: .2em; margin-bottom: .2em;"> &lt;script src="https://my.cdn/[email protected]/components/prism-core.min.js"&gt;&lt;/script&gt;
&lt;script src="https://my.cdn/[email protected]/plugins/autoloader/prism-autoloader.min.js"&gt;&lt;/script&gt;</code>
<code>&lt;/body>
&lt;/html></code></pre>

Expand Down

0 comments on commit 38f1d28

Please sign in to comment.