diff --git a/jsdoc.json b/jsdoc.json index 3012559..7d3783c 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -14,21 +14,21 @@ "theme_opts": { "default_theme": "light", "title": "Three Coverage Heatmap", - "base_url": "https://yushiang-demo.github.io/coverage-heatmap/doc/", + "base_url": "https://yushiang-demo.github.io/coverage-visualizer/doc/", "menu": [ { "title": "Demo", - "link": "/coverage-heatmap", + "link": "/coverage-visualizer", "target": "_blank" }, { "title": "Github", - "link": "https://github.com/yushiang-demo/coverage-heatmap", + "link": "https://github.com/yushiang-demo/coverage-visualizer", "target": "_blank" }, { "title": "React Coverage Heatmap", - "link": "/coverage-heatmap/storybook/", + "link": "/coverage-visualizer/storybook/", "target": "_blank" } ] diff --git a/vite.config.js b/vite.config.js index 3b9bcfe..ef34a2d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: "/coverage-heatmap", + base: "/coverage-visualizer", });