feat: fix nostr and dribble
This commit is contained in:
parent
b5e9ea18f9
commit
3b9bbfa7fd
|
|
@ -45,5 +45,6 @@ export default withProvider(
|
|||
return true;
|
||||
}
|
||||
return 'Invalid image size. Dribbble requires 400x300 or 800x600 px images.';
|
||||
}
|
||||
},
|
||||
40000
|
||||
);
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ export default withProvider(
|
|||
async () => {
|
||||
return true;
|
||||
},
|
||||
undefined
|
||||
100000
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue