Use type import and update page load event handling.
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-02-23 09:59:37 +01:00
parent 6d210eb0ff
commit dda37127ca
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ const ogImage = await getImage({
}
}
mountEvent();
document.addEventListener("astro:page-load", mountEvent);
</script>
</article>
</PageLayout>