Skip to content

Commit 656af4d

Browse files
author
chenxing
committed
preview url use cdn domain
1 parent 8d67970 commit 656af4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts/vue-ui-gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ${PLACEHOLDER_CODE}
8282
}
8383

8484
const runNumber = Deno.env.get("RUN_NUMBER");
85-
var body = `[Preview UI](https://xing393939.getlocx.net/autogen-vue-code/${runNumber}) \n\n ${description}`;
85+
var body = `[Preview UI](https://xing393939.getlocx.net/autogen-vue-code/${runNumber}/) \n\n ${description}`;
8686
if (cmdErr) {
8787
body = '```\n' + cmdErr + '\n```';
8888
}

0 commit comments

Comments
 (0)