Skip to content

Commit

Permalink
Merge pull request #45 from rbourdon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rbourdon authored Nov 25, 2023
2 parents 6eab74b + 5758b26 commit 3fabe0b
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 375 deletions.
12 changes: 11 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ module.exports = {
},
images: {
dangerouslyAllowSVG: true,
domains: ["media.graphcms.com", "media.graphassets.com"],
remotePatterns: [
{
protocol: "https",
hostname: "media.graphcms.com",
},
{
protocol: "https",
hostname: "media.graphassets.com",
},
],
},
experimental: {
workerThreads: false,
cpus: 1,
esmExternals: "loose",
},
};
Loading

1 comment on commit 3fabe0b

@vercel
Copy link

@vercel vercel bot commented on 3fabe0b Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.