Skip to content

Commit b8c0908

Browse files
jrainvilleiurimatias
authored andcommitted
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
1 parent ee1eb4e commit b8c0908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ node_sass:
3838
outputStyle: nested
3939
precision: 5
4040
sourceComments: false
41+
external_link:
42+
enable: false

0 commit comments

Comments
 (0)