File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,7 @@ let default = () => {
31
31
let (isOverlayOpen , setOverlayOpen ) = React .useState (_ => false )
32
32
<html >
33
33
<head >
34
- // TODO RR7: I think this fixes the issues?
35
34
<Links />
36
-
37
- // This is to prevent FOUC (flash of unstyled content)
38
- // This line has to be above everything else
39
- // <style> {React.string("html{opacity: 0;}")} </style>
40
- // TODO RR7: https://vite.dev/guide/assets.html#importing-asset-as-url
41
- // I shoould be able to get this to work
42
-
43
- // todo RR7: I need to figure out css and how to not have it reload all the time
44
-
45
- // <link rel="stylesheet" href="./styles/main.css" />
46
- // <link rel="stylesheet" href="./styles/utils.css" />
47
- // <link rel="stylesheet" href="./styles/_hljs.css" />
48
35
<link rel = "icon" href = "data:image/x-icon;base64,AA" />
49
36
</head >
50
37
<body >
You can’t perform that action at this time.
0 commit comments