/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
serverActions: true,
images: {
remotePatterns: [
{
hostname: "*",
],
};
module.exports = nextConfig;