Skip to content

Commit 9350fbf

Browse files
committed
feat: chatbot reverted URL change
1 parent fc79dc0 commit 9350fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
3131
import { compression, defineAlgorithm } from 'vite-plugin-compression2'
3232

3333
const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";`
34-
const TARGET_URL = 'https://gadgeon-dashboard.devtron.info/';
34+
const TARGET_URL = 'https://preview.devtron.ai/';
3535

3636
function reactVirtualized(): PluginOption {
3737
return {

0 commit comments

Comments
 (0)