You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, currently, Slidev doesn't create an index page for your slides. slidev build a.md b.md is the same as slidev build a.md --out dist/a/ && slidev build b.md --out dist/b/. In your repo, it seems that the dist directory wasn't cleared after previous builds.
About how to host multiple slides, this discussion may help: #1777 (comment)
KermanX
changed the title
Hosting multiple builds is broken
Add index page for multiple slides build
Jul 31, 2024
Describe the bug
Cannot host multiple entries.
Minimal reproduction
Steps to reproduce the behavior:
To reproduce with code, see here:
https://github.com/onefact/talks.onefact.org (and see the
dist
directory fromvite
to see an example of how there is no index page from which to access multiple slide decks!)Environment
The text was updated successfully, but these errors were encountered: