Files
clerk-docker-error/next.config.js
2023-11-25 16:18:54 +01:00

10 lines
168 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
images: {
domains: ["img.clerk.com"],
},
};
module.exports = nextConfig;