Skip to content

Commit

Permalink
Add replaceable var in images domains array
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiahallie committed Mar 2, 2022
1 parent 0c8d5c0 commit 6bc20d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-wordpress/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
images: {
domains: [
"vercel.wpengine.com",
// "[yourapp].wpengine.com" (Update this to be your Wordpress application name in order to load images connected to your posts)
"secure.gravatar.com"
]
}
Expand Down

0 comments on commit 6bc20d6

Please sign in to comment.