Skip to content

Commit 731564a

Browse files
committed
Remove theme initialization due to CSP issues
1 parent 8ad8859 commit 731564a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

index.html

-10
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@
4242
name="twitter:description"
4343
content="Track, Discover and Share Anime and Manga"
4444
/>
45-
46-
<!-- Sets theme before body loads so that we don't get a flash of unstyled content.
47-
Cannot be of type module, as that will run it after <body> has initialised -->
48-
<script src="/src/theme-init.ts"></script>
49-
<link
50-
rel="stylesheet"
51-
type="text/css"
52-
href="/src/styles/index.css"
53-
media="screen"
54-
/>
5545
</head>
5646

5747
<body>

0 commit comments

Comments
 (0)