fix: don't open external links to another tab by default

This caused a problem for links that were not from the subdomain,
but still part of embarklabs.io, because it opened a new tab
This commit is contained in:
Jonathan Rainville 2020-03-03 11:05:25 -05:00 committed by Iuri Matias
parent ee1eb4ed96
commit b8c090808f
1 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,5 @@ node_sass:
outputStyle: nested outputStyle: nested
precision: 5 precision: 5
sourceComments: false sourceComments: false
external_link:
enable: false