Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Dec 7, 2024
1 parent 65e183d commit 437dec9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ module.exports = (phase, { defaultConfig }) => {
const config = {
...defaultConfig,
i18n,
images: {
unoptimized: true,
},
async headers() {
return [
{
Expand Down Expand Up @@ -44,6 +41,7 @@ module.exports = (phase, { defaultConfig }) => {
)
},
images: {
unoptimized: true,
remotePatterns: [
{
hostname: 'picsum.photos',
Expand Down

0 comments on commit 437dec9

Please sign in to comment.