diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index e314688..494d6fe 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const nextConfig = { }, }, images: { - domains: ['localhost', 'eug-vs.xyz'], + domains: ['localhost', 'eug-vs.xyz', 'git.eug-vs.xyz'], }, redirects: async () => { return [{ |