Skip to content

Commit 5e92a3d

Browse files
authored
fix: initial light mode flash in dark mode (#488)
1 parent 2774045 commit 5e92a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const structuredData = {
131131

132132
<ClientRouter />
133133

134-
<script is:inline src="/toggle-theme.js" async></script>
134+
<script is:inline src="/toggle-theme.js"></script>
135135
</head>
136136
<body>
137137
<slot />

0 commit comments

Comments
 (0)