Skip to content

Commit a15558d

Browse files
committed
format + Server url change
1 parent ba1b960 commit a15558d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@
2828
<body>
2929
<noscript>You need to enable JavaScript to run this app.</noscript>
3030
<div id="root">
31-
<div style="height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #fff;">
31+
<div
32+
style="
33+
height: 100vh;
34+
display: flex;
35+
justify-content: center;
36+
align-items: center;
37+
background-color: #fff;
38+
"
39+
>
3240
<svg width="80" height="80" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
3341
<style>
3442
.svg__loader_group-top {

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ export default defineConfig(({ mode }) => {
129129
port: 3000,
130130
proxy: {
131131
'/orchestrator': {
132-
target: 'https://devtron-4.devtron.info/',
132+
target: 'https://preview.devtron.ai/',
133133
changeOrigin: true,
134134
},
135-
'/grafana': 'https://devtron-4.devtron.info/',
135+
'/grafana': 'https://preview.devtron.ai/',
136136
},
137137
},
138138
}

0 commit comments

Comments
 (0)