diff --git a/packages/app/next.config.js b/packages/app/next.config.js index 7d81e5c273..478bbfa12e 100644 --- a/packages/app/next.config.js +++ b/packages/app/next.config.js @@ -11,12 +11,10 @@ const EDITOR_VERSION = enableDebugLocal const profileTarget = { ac: '100.85.73.88:12001', - dev: '192.168.65.20:3000', + dev: '100.77.180.48:11001', local: '127.0.0.1:3000', }; -// 100.77.180.48:11001 - const getRedirectConfig = profile => { const target = profileTarget[profile || 'dev'] || profileTarget['dev'];