generated from nhcarrigan/template
Naomi Carrigan
e22a51ba23
Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/14 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
images: {
|
|
domains: ['cdn.nhcarrigan.com']
|
|
}
|
|
};
|
|
|
|
export default nextConfig;
|