UNPKG

@lydra/slidev-theme-alpaga

Version:

Alpaga is a simple and quick to set up theme for [Slidev](https://github.com/slidevjs/slidev). It's ideal for Markdown notes, booklets or cheatsheets as you can easily customize it to your business colors and identity and export to PDF.

9 lines (6 loc) 171 B
// vite.config.js // https://vitejs.dev/guide/static-deploy.html#gitlab-pages-and-gitlab-ci const URL = process.env.BASE_URL || '/'; export default { base: `${URL}` }