mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
use cdn bundle for docs
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
<meta property="og:image" content="{{ assetUrl(meta.image, true) }}" />
|
||||
|
||||
{# Shoelace #}
|
||||
<link rel="stylesheet" href="/dist/themes/light.css" />
|
||||
<link rel="stylesheet" href="/dist/themes/dark.css" />
|
||||
<script type="module" src="/dist/shoelace-autoloader.js"></script>
|
||||
<link rel="stylesheet" href="/cdn/themes/light.css" />
|
||||
<link rel="stylesheet" href="/cdn/themes/dark.css" />
|
||||
<script type="module" src="/cdn/shoelace-autoloader.js"></script>
|
||||
|
||||
{# Set the initial theme and menu states here to prevent flashing #}
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user