Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
vecchp committed Dec 9, 2024
1 parent d9b335e commit 081bb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions apps/shelter-web/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';

export default defineConfig(() => {
const branchName = process.env.BRANCH_NAME || '/';
const basePath = process.env.BRANCH_NAME || '/';
return {
root: __dirname,
base: branchName,
base: basePath,
cacheDir: '../../node_modules/.vite/apps/shelter-web',

server: {
Expand Down

0 comments on commit 081bb51

Please sign in to comment.