We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2aecf commit 508f13bCopy full SHA for 508f13b
src/components/dialog/content/ApiNodesNewsContent.vue
@@ -64,6 +64,6 @@ const { onClose } = defineProps<{
64
}>()
65
66
const handleLearnMore = () => {
67
- window.open('https://blog.comfy.org/', '_blank')
+ window.open('https://blog.comfy.org/p/comfyui-native-api-nodes', '_blank')
68
}
69
</script>
0 commit comments