This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git
The following commit(s) were added to refs/heads/main by this push:
new 08011811 [Chore] Update build config (#356)
08011811 is described below
commit 08011811eaab22b358061012a4d57ad22aa02f3f
Author: xiaomo <[email protected]>
AuthorDate: Wed Jun 12 13:22:56 2024 +0800
[Chore] Update build config (#356)
---
paimon-web-ui/vite.config.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/paimon-web-ui/vite.config.ts b/paimon-web-ui/vite.config.ts
index 3e34e2ba..ff16513a 100644
--- a/paimon-web-ui/vite.config.ts
+++ b/paimon-web-ui/vite.config.ts
@@ -27,6 +27,7 @@ import autoprefixer from 'autoprefixer'
// https://vitejs.dev/config/
export default defineConfig({
+ base: './',
server: {
proxy: {
'/mock': {