Fix some details for Lighthouse score
This commit is contained in:
@ -18,3 +18,9 @@ const { meta = {} } = Astro.props;
|
||||
<BasicScripts />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style is:global>
|
||||
img {
|
||||
content-visibility: auto;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user