jobsync
jobsync copied to clipboard
Error while updating company images
Thank you for the tool. It looks great. I set it up on my local and am trying now. Two things I noticed. First one to change the starting date from Sunday to Monday. For that, I added weekStartsOn {1} DatePicker.tsx, but I also think of adding a preference on the display settings page.
The second thing is that the company images do not show, and when you try to upload one, it shows an error message.
I changed it to show external images on next.config.js /** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: '', port: '', pathname: '', }, ], }, }
module.exports = nextConfig
