mirror of
https://github.com/LeNei/clerk-docker-error.git
synced 2026-02-13 14:54:43 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: "standalone",
|
|
images: {
|
|
domains: ["img.clerk.com"],
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|