mirror of https://github.com/embarklabs/embark.git
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:
parent
ee1eb4ed96
commit
b8c090808f
|
@ -38,3 +38,5 @@ node_sass:
|
||||||
outputStyle: nested
|
outputStyle: nested
|
||||||
precision: 5
|
precision: 5
|
||||||
sourceComments: false
|
sourceComments: false
|
||||||
|
external_link:
|
||||||
|
enable: false
|
||||||
|
|
Loading…
Reference in New Issue