Hook in to RTD theme to set react theme

This commit is contained in:
Patrick Robertson
2025-03-03 11:56:23 +00:00
parent 9845804277
commit a88a37d0a5
7 changed files with 48282 additions and 236 deletions

View File

@@ -5,4 +5,8 @@ import { viteSingleFile } from "vite-plugin-singlefile"
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), viteSingleFile()],
build: {
minify: false,
sourcemap: true,
}
});