Update blog post link (#3767)

This commit is contained in:
Chenlei Hu
2025-05-05 13:56:20 -04:00
committed by Chenlei Hu
parent 9f2aecf052
commit 508f13b66d

View File

@@ -64,6 +64,6 @@ const { onClose } = defineProps<{
}>()
const handleLearnMore = () => {
window.open('https://blog.comfy.org/', '_blank')
window.open('https://blog.comfy.org/p/comfyui-native-api-nodes', '_blank')
}
</script>