diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-12 13:46:12 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-12 13:46:12 +0900 |
commit | 50e975d01c3a48bb98957fd5eb4936beb2aa3b1e (patch) | |
tree | 0d3f0cf4a0f25c8a4b825782d63c8c76d7d1b7d4 /src | |
parent | c00b06cc46f1721dee01725afbc31e17451576ec (diff) |
リンクをselfに変更
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 30b92acc..e4002351 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,7 +19,8 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--secondary button--lg" - to="https://yasutakeyohei.com/"> + to="https://yasutakeyohei.com/" + target="_self"> 安竹洋平のオフィシャルサイトはこちら </Link> </div> |