Skip to content

Commit 90d984e

Browse files
[autofix.ci] apply automated fixes
1 parent 075a092 commit 90d984e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/features/og-image.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you have `./og-image.png` in your project root, Slidev will grab it as the Op
2727

2828
## Auto-generate
2929

30-
Since v52.1.0, Slidev supports auto-generating the Open Graph image from the first slide.
30+
Since v52.1.0, Slidev supports auto-generating the Open Graph image from the first slide.
3131

3232
You can set `seoMeta.ogImage` to `auto` to enable this feature.
3333

@@ -39,4 +39,3 @@ seoMeta:
3939
```
4040

4141
It will use [playwright](https://playwright.dev/) to capture the first slide and save it as `./og-image.png` (same as `slidev export`). You may also commit the generated image to your repository to avoid the auto-generation. Or if you generate it on CI, you might also want to setup the playwright environment.
42-

docs/features/seo-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ seoMeta:
3333
---
3434
```
3535

36-
This feature is powered by [unhead](https://unhead.unjs.io/)'s `useHead` hook, please refer to the [documentation](https://unhead.unjs.io/docs/head/api/composables/use-seo-meta) for more details.
36+
This feature is powered by [unhead](https://unhead.unjs.io/)'s `useHead` hook, please refer to the [documentation](https://unhead.unjs.io/docs/head/api/composables/use-seo-meta) for more details.

0 commit comments

Comments
 (0)