mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
docs: fix Image component typo and prevent code fence formatting (#605)
This commit is contained in:
@@ -142,12 +142,13 @@ If your logo is an image but not SVG, you can use Astro's Image component.
|
||||
|
||||
- Then, replace `{SITE.title}` with imported logo.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
```html
|
||||
<a
|
||||
href="/"
|
||||
class="absolute py-1 text-left text-2xl leading-7 font-semibold whitespace-nowrap sm:static"
|
||||
>
|
||||
<image src="{dummyLogo}" alt="Dummy Blog" class="dark:invert" />
|
||||
<Image src="{dummyLogo}" alt="Dummy Blog" class="dark:invert" />
|
||||
<!-- {SITE.title} -->
|
||||
</a>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user