Skip to content

Commit

Permalink
feat: open all links in new tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 17, 2023
1 parent 2b82720 commit b18a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<base href="/">
<base href="/" target="_blank">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="icon" sizes="48x48">
<link href="favicon.svg" rel="icon" sizes="any" type="image/svg+xml">
Expand Down

0 comments on commit b18a732

Please sign in to comment.