import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
images: {
domains: ["images.squarespace-cdn.com"],
},
};
export default nextConfig;