Skip to content

Commit

Permalink
perf(preload): Fix script hash on preload
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 6, 2023
1 parent b924144 commit 097fad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Expand Up @@ -38,7 +38,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
import.meta.env.PROD && (
<link
rel="preload"
href="/_astro/DarkModeToggle.astro_astro_type_script_index_0_lang.35074751.js"
href="/_astro/DarkModeToggle.astro_astro_type_script_index_0_lang.0760a8ec.js"
as="script"
crossorigin
/>
Expand Down

0 comments on commit 097fad0

Please sign in to comment.