Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Nov 25, 2023
1 parent 4bd6c98 commit 897f802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
}
}
}),
base: "/demo/",
base: "/laminar-form-derivation/demo",
server: {
open: '/demo'
open: '/laminar-form-derivation/demo'
}
}
})

0 comments on commit 897f802

Please sign in to comment.