Skip to content

Commit eaa058b

Browse files
committed
doc: broken images
Fixes harlan-zw/nuxt-seo#423
1 parent f3f5c5e commit eaa058b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/0.getting-started/5.getting-familar-with-nuxt-og-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once you're in the Nuxt DevTools, you can navigate to the OG Image tab by openin
3838
You should now see a preview of your OG Image.
3939

4040
<div class="px-10">
41-
<img loading="lazy" class="rounded-lg shadow-lg" height="300" style="aspect-ratio: 2 / 1;" src="/og-image/tutorial/0-hello.png)" alt="NuxtSeo Template" />
41+
<img loading="lazy" class="rounded-lg shadow-lg" height="300" style="aspect-ratio: 2 / 1;" src="/og-image/tutorial/0-hello.png" alt="NuxtSeo Template" />
4242
</div>
4343

4444
## Part 2: Customising NuxtSeo Template

docs/content/3.guides/8.community-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 'Community templates that are included with the module, including N
66
## NuxtSeo
77

88
<div class="px-10">
9-
<img class="rounded-lg shadow-lg" height="300" style="aspect-ratio: 2 / 1;" src="/__og-image__/image/og-image/api/nuxt-seo-template/og.png?component=NuxtSeo&title=This+is+the+NuxtSeo+template" alt="NuxtSeo Template" />
9+
<img class="rounded-lg shadow-lg" height="300" style="aspect-ratio: 2 / 1;" src="/og-image/community-template.png" alt="NuxtSeo Template" />
1010
</div>
1111

1212
The `NuxtSeo` template is the default one provided for you. It comes with a number of props

0 commit comments

Comments
 (0)