Skip to content

Commit 86b990b

Browse files
aaron1604Aqib Mirza
andauthored
Custom Component 404 error (#201)
fix: custom component url Replaced with lowcoder.cloud. --------- Co-authored-by: Aqib Mirza <aaron.smith@nninjatechnolabs.com>
1 parent 9c209a6 commit 86b990b

File tree

2 files changed

+2
-2
lines changed
  • client/packages/lowcoder/src/i18n/locales

2 files changed

+2
-2
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ export const en = {
21152115
tempState: "https://docs.lowcoder.dev/build-apps/write-javascript/temporary-state",
21162116
},
21172117
customComponent: {
2118-
entryUrl: "https://custom-component.lowcoder.dev/index.html",
2118+
entryUrl: "https://sdk.lowcoder.cloud/custom_component.html",
21192119
},
21202120
template: {
21212121
cloneUrl: "/apps/template-import/",

client/packages/lowcoder/src/i18n/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ export const zh = {
20852085
tempState: "https://docs.lowcoder.dev/build-apps/write-javascript/temporary-state",
20862086
},
20872087
customComponent: {
2088-
entryUrl: "https://custom-component.lowcoder.dev/index.html",
2088+
entryUrl: "https://sdk.lowcoder.cloud/custom_component.html",
20892089
},
20902090
template: {
20912091
cloneUrl: "/apps/template-import/",

0 commit comments

Comments
 (0)