Skip to content

Commit

Permalink
feat: remove img remote pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Nov 7, 2024
1 parent 2be2b27 commit 2402011
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ const { withSentryConfig } = require('@sentry/nextjs');

const nextConfig = {
output: 'standalone',
images: {
dangerouslyAllowSVG: false,
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
async headers() {
return [
{
Expand Down

0 comments on commit 2402011

Please sign in to comment.