Skip to content

Commit bef2185

Browse files
update public url for testing
1 parent d2815f8 commit bef2185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/packages/lowcoder-sdk-webpack-bundle/webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
},
9696
output: {
9797
path: path.resolve(__dirname, 'dist'),
98-
publicPath: "https://sdk.lowcoder.cloud/",
98+
publicPath: "https://sdk-v2.lowcoder.cloud/",
9999
filename: '[name].bundle.js',
100100
clean: true,
101101
},

0 commit comments

Comments
 (0)