Created
August 20, 2024 00:29
-
-
Save kjrocker/c35faedccf6808f211f7694f0c1d4bc4 to your computer and use it in GitHub Desktop.
Minimum example for astro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="/" class="cs-logo" aria-label="back to home"> | |
<Image | |
src={logo} | |
alt="logo" | |
width="250" | |
height="36" | |
aria-hidden="true" | |
loading="eager" | |
/> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment