aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-09-30 20:47:08 +0300
committereug-vs <eugene@eug-vs.xyz>2022-09-30 20:47:08 +0300
commit82de4ac15e6a942c3b004efad24a3dc8a4ab7edf (patch)
treed3559bccf7cfbf8f8bb56c407c77a3322819eb06 /next.config.js
parent30434e9bad2bf3b082b8dec193b1f2ccfa905f85 (diff)
downloadbenzin-next-82de4ac15e6a942c3b004efad24a3dc8a4ab7edf.tar.gz
feat: add custom Image component
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js
index cc28907..e314688 100644
--- a/next.config.js
+++ b/next.config.js
@@ -6,6 +6,9 @@ const nextConfig = {
allowFutureImage: true,
},
},
+ images: {
+ domains: ['localhost', 'eug-vs.xyz'],
+ },
redirects: async () => {
return [{
source: '/',