-
Is there a way to import images so that they will be included in the dist build? Background: I'm building the presentations I make and upload them to an FTP folder, so there are a two manual steps I need to go through:
Since I reuse the same slidev setup, I also find myself "archiving" the slide by copying to an "archived" folder and renaming it to the date. Is there a better workflow planned? Like being able to run slidev with a specific markdown file, or configuring multiple slides? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://sli.dev/custom/directory-structure.html#public
|
Beta Was this translation helpful? Give feedback.
https://sli.dev/custom/directory-structure.html#public
slidev foo.md
slidev build foo.md
#53