Skip to content

Commit

Permalink
do not define base either
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 8, 2024
1 parent f3b659f commit 5fb6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const isStorybook = () =>
['storybook', 'storybook:build'].includes(process.env.npm_lifecycle_event as string)

const config: UserConfig = {
base: '/app/', // process.env.BASE_URL,
// base: '/app/', // process.env.BASE_URL,
plugins: [
vue(),
!isStorybook() &&
Expand Down

0 comments on commit 5fb6387

Please sign in to comment.