Skip to content

Commit

Permalink
Fix crossorigin warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Nov 12, 2021
1 parent ee73552 commit 8478f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MyDocument extends Document {
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
crossOrigin="anonymous"
/>
</Head>
<body>
Expand Down

0 comments on commit 8478f58

Please sign in to comment.