Skip to content

Commit e4e7b45

Browse files
Update vite.config.ts
1 parent 348dcd1 commit e4e7b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ export default defineConfig(({ mode }) => {
8282
port: 3000,
8383
proxy: {
8484
'/orchestrator': {
85-
target: 'https://kush.devtron.info/',
85+
target: 'https://preview.devtron.ai/',
8686
changeOrigin: true,
8787
},
88-
'/grafana': 'https://kush.devtron.info/',
88+
'/grafana': 'https://preview.devtron.ai/',
8989
},
9090
},
9191
}

0 commit comments

Comments
 (0)