aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
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: '/',