Skip to content

Commit

Permalink
fix step url
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Sep 1, 2024
1 parent 40b9ef2 commit ac2b26c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'images.ctfassets.net/**',
},
{
protocol: 'https',
hostname: 'step-public.s3.eu-north-1.amazonaws.com',
},
],
},
reactStrictMode: true,
Expand Down

0 comments on commit ac2b26c

Please sign in to comment.