We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa690a commit c1aa743Copy full SHA for c1aa743
plugin/src/index.ts
@@ -81,7 +81,7 @@ const plugin: NetlifyPlugin = {
81
)
82
83
if (experimental.images) {
84
- experimentalRemotePatterns = experimental.images.remotePatterns
+ experimentalRemotePatterns = experimental.images.remotePatterns || []
85
}
86
87
if (isNextAuthInstalled()) {
0 commit comments