Skip to content

Commit

Permalink
Load Bulma with crossorigin="anonymous"
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 18, 2020
1 parent 6c12fd7 commit 3e67715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>Mercure</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8/css/bulma.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="app.css">
</head>

Expand Down

0 comments on commit 3e67715

Please sign in to comment.