We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74c422e + 4fa5251 commit ee61fe5Copy full SHA for ee61fe5
.github/workflows/build_and_deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
yarn
40
CI=false yarn build
41
cd ..
42
- cp -r multi_tab/dist/* docs-build/
+ cp -r multi_tab/dist/ docs-build/
43
- name: copy catalogue metadata
44
run: | # Install packages and build the Storybook files
45
cp mc_meta.json docs-build/mc_meta.json
multi_tab/vite.config.ts
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ base: '/multi_tab/',
8
})
0 commit comments