mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 10:03:31 +00:00
Fix regex
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ module.exports = {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: '*.gitbook.io',
|
||||
hostname: '**.gitbook.io',
|
||||
port: '',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user