generated from nhcarrigan/template
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
|
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {
|
||
|
images: {
|
||
|
domains: ['cdn.nhcarrigan.com']
|
||
|
}
|
||
|
};
|
||
|
|
||
|
export default nextConfig;
|