Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
Labels
Description
Describe the bug
#2226 introduced generated open graph image, which is great
But it seems not to respect--dark
Maybe a parameters to add herehttps://github.com/slidevjs/slidev/pull/2226/files#diff-0bc6198e96130cfa918fcbbb6f5e1048bfeda180e015bc37f20cd6da376dea65R85
Minimal reproduction
Steps to reproduce the behavior:
Create a slide
Add front matter to generate open graph image
seoMeta:ogImage:auto
Build slides :
slidev build --darkLook the generated
og-image.pngwhich uses the light mode
Environment
- Slidev version: 52.1.0
- Browser: none, not needed to reproduce the bug
- OS: Linux 6.12.43, NixOS, 25.05 (Warbler), 25.05.20250826.4e7667a
If you are using Slidev globally (i.e. I don't install it globallynpx slidev ornpm i -g slidev), please try to reproduce the issue in a local project (i.e.npm create slidev@latest).