fix avatar upload bug
wrap the code section that uploads avatar to server in an if statement in order to prevent file not a blob type error.
wrote a thread about on twitter https://twitter.com/_waptik/status/1343017755734323206
launched on ML and Twitter
added my new project as a product on ML
add platform fee and net amount to collection
include Payouts to features on landing page
add sentry to API
add imagekit to images.domains in next config
fix fetching of avatar
profile background image
working on uploading and displaying profile background image
replace || with ?? for optional folder name in image upload api endpoint
move process of uploading user avatar to a new component
uploaded new default og-image
Issue reporting modal
Users/visitors can easily report issues inspired by #makerlog
Pushed 4 changes to palago-site
integrate next/image on landingpage
Pushed 3 changes to palago-site
finish uploading the rest of images for landingpage
convert videos to gif using gif.ski cli on windows by following instructions on their website/readme
install imgbot on repo
Pushed 2 changes to palago-site
remove unused packages & integrate mdx
removing unused packages that have been installed for a long time. Also, start using mdx & @next/mdx for static pages such as privacy,about us, terms etc.