feat: fix nostr and dribble

This commit is contained in:
Nevo David 2025-06-26 20:54:43 +07:00
parent b5e9ea18f9
commit 3b9bbfa7fd
2 changed files with 3 additions and 2 deletions

View File

@ -45,5 +45,6 @@ export default withProvider(
return true;
}
return 'Invalid image size. Dribbble requires 400x300 or 800x600 px images.';
}
},
40000
);

View File

@ -8,5 +8,5 @@ export default withProvider(
async () => {
return true;
},
undefined
100000
);