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
-`--base` (`string`, default: `/`): base URL (see https://cli.vuejs.org/config/#publicpath)
58
+
-`--base` (`string`, default: `/`): base URL (see https://vitejs.dev/config/shared-options.html#base)
59
59
-`--download` (`boolean`, default: `false`): allow the download of the slides as a PDF inside the SPA
60
60
-`--theme`, `-t` (`string`): override theme
61
61
62
62
## `slidev export [...entry]` {#export}
63
63
64
-
Export slides to PDF (or other format). See [Exporting](../guide/exporting) for more details.
64
+
Export slides to PDF (or other format). See <LinkInlinelink="guide/exporting" /> for more details.
65
65
66
66
-`[entry]` (`string`, default: `slides.md`): path to the slides markdown entry.
67
67
@@ -74,6 +74,7 @@ Options:
74
74
-`--dark` (`boolean`, default: `false`): export as dark theme.
75
75
-`--with-clicks`, `-c` (`boolean`, default: `false`): export pages for every click animation (see https://sli.dev/guide/animations.html#click-animation).
76
76
-`--theme`, `-t` (`string`): override theme.
77
+
-`--omit-background` (`boolean`, default: `false`): remove the default browser background
0 commit comments