Skip to content

Commit

Permalink
update image hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Mar 19, 2024
1 parent e849d52 commit 0c78eb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ const { withSentryConfig } = require('@sentry/nextjs');
const nextConfig = {
output: 'standalone',
images: {
domains: ['127.0.0.1', 'localhost', 'api.houston.center'],
domains: [
'127.0.0.1',
'localhost',
'houston.center',
'api.houston.center',
],
},
redirects: async () => [
{
Expand Down

0 comments on commit 0c78eb4

Please sign in to comment.