Fix regex

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