Skip to content

Commit

Permalink
fix: async links don't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dougy-fresh authored and doug-wade committed Aug 13, 2023
1 parent 61db484 commit 2e2e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
href="https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/prism-themes@1.9.0/themes/prism-night-owl.css" rel="stylesheet" async />
<link href="https://unpkg.com/prism-themes@1.9.0/themes/prism-night-owl.css" rel="stylesheet" />
<link href="{{ '/css/index.css' | url }}" rel="stylesheet" />
<link href="{{ '/css/base.css' | url }}" rel="stylesheet" />

Expand Down

0 comments on commit 2e2e882

Please sign in to comment.