Test non-wildcard

This commit is contained in:
Steven Hall
2024-05-14 17:28:11 +01:00
parent 285841f8ea
commit b083894407
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = {
remotePatterns: [
{
protocol: 'https',
hostname: '**.gitbook.io',
hostname: 'files.gitbook.io',
port: '',
},
]