Skip to content

Commit

Permalink
Fix default css URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 8, 2022
1 parent 3378b77 commit c771bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/defaults/default.root.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function defaultRootLayout ({
: null}
${defaultStyle
? html`
<link rel="stylesheet" href="https://unpkg.com/browse/mine.css@^4" />
<link rel="stylesheet" href="https://unpkg.com/browse/mine.css@^4/dist/mine.css" />
<link rel="stylesheet" href="https://unpkg.com/mine.css@^4/dist/layout.css" />
<link rel="stylesheet" href="https://unpkg.com/highlight.js@^11/styles/github-dark-dimmed.css" />
<script>
Expand Down

0 comments on commit c771bcb

Please sign in to comment.