Skip to content

Commit

Permalink
fix: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 19, 2025
1 parent 639d69f commit 541e9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nextConfig = {
reactStrictMode: true,
poweredByHeader: false,
productionBrowserSourceMaps: false,
images: { remotePatterns: [{ protocol: 'https', hostname: '**' }] },
images: { unoptimized: true },
eslint: { ignoreDuringBuilds: isProduction },
typescript: { ignoreBuildErrors: isProduction },
logging: { fetches: { fullUrl: true } },
Expand Down

0 comments on commit 541e9f2

Please sign in to comment.