Skip to content

Commit

Permalink
Remove remotePatterns from next.config.js (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath authored Mar 26, 2024
1 parent cfab55b commit 7dad743
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/core/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ const cspHeader = `
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
remotePatterns: [
{
hostname: process.env.BIGCOMMERCE_CDN_HOSTNAME ?? '*.bigcommerce.com',
},
],
},
experimental: {
optimizePackageImports: ['@icons-pack/react-simple-icons'],
},
Expand Down

0 comments on commit 7dad743

Please sign in to comment.