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 a30825b commit 4070498Copy full SHA for 4070498
1 file changed
landing/templates/getting-started.jade
@@ -13,7 +13,7 @@
13
h2#from-cdn From CDN
14
p Using our CDN is the simplest solution. Just add the following line in your project's HTML head and you are done.
15
pre.hl
16
- - var code = '<link href="https://cdn.auth0.com/styleguide/' + version + '/index.css" rel="stylesheet" />';
+ - var code = '<link href="https://cdn.auth0.com/styleguide/' + version + '/index.min.css" rel="stylesheet" />';
17
code.html=code
18
19
section
0 commit comments