This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Folien/vite.config.js

7 lines
130 B
JavaScript

// vite.config.js
import liveReload from "vite-plugin-live-reload";
export default {
plugins: [liveReload("**/slides.md")],
};