diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-09-30 20:47:08 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-09-30 20:47:08 +0300 |
commit | 82de4ac15e6a942c3b004efad24a3dc8a4ab7edf (patch) | |
tree | d3559bccf7cfbf8f8bb56c407c77a3322819eb06 /next.config.js | |
parent | 30434e9bad2bf3b082b8dec193b1f2ccfa905f85 (diff) | |
download | benzin-next-82de4ac15e6a942c3b004efad24a3dc8a4ab7edf.tar.gz |
feat: add custom Image component
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 3 |
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: '/', |