Correct handling of repo root relative links

This commit is contained in:
Shaun Verch 2021-12-08 13:49:16 -05:00
parent 5eebfd51e1
commit 27f7d42d01

View file

@ -3,5 +3,11 @@
{
"pattern": "^http://localhost"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
]
}