Skip to content

Commit

Permalink
fix: change baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang committed Sep 1, 2024
1 parent f94ac9a commit cb6180e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});

0 comments on commit cb6180e

Please sign in to comment.