Skip to content

Commit

Permalink
Merge pull request #25 from mapcomponents/Add-MultiTab
Browse files Browse the repository at this point in the history
vite.config.ts and build_and_deploy.yml changed
  • Loading branch information
JannikBrack authored Nov 26, 2024
2 parents 74c422e + 4fa5251 commit ee61fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
yarn
CI=false yarn build
cd ..
cp -r multi_tab/dist/* docs-build/
cp -r multi_tab/dist/ docs-build/
- name: copy catalogue metadata
run: | # Install packages and build the Storybook files
cp mc_meta.json docs-build/mc_meta.json
Expand Down
1 change: 1 addition & 0 deletions multi_tab/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/multi_tab/',
})

0 comments on commit ee61fe5

Please sign in to comment.