mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
website: turn off client-side navigation
This commit is contained in:
@ -26,14 +26,14 @@ function Home() {
|
||||
From the author of the <a href={BLIND_75_URL} target="_blank">Blind 75 List</a>
|
||||
</p>
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
<a
|
||||
className={classnames(
|
||||
'button button--primary button--lg',
|
||||
styles.getStarted,
|
||||
)}
|
||||
to={useBaseUrl('introduction')}>
|
||||
href={useBaseUrl('introduction')}>
|
||||
Get Started →
|
||||
</Link>
|
||||
</a>
|
||||
</div>
|
||||
<div className="margin-top--lg">
|
||||
<iframe
|
||||
|
Reference in New Issue
Block a user