We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a153b commit 113e21bCopy full SHA for 113e21b
app/root.res
@@ -36,6 +36,7 @@ let default = () => {
36
let (isOverlayOpen, setOverlayOpen) = React.useState(_ => false)
37
<html>
38
<head>
39
+ <link rel="preconnect" href={mainCss} />
40
<link rel="stylesheet" href={mainCss} />
41
42
<Links />
0 commit comments