Use final location to skip redirect
The links were being redirected since they were not the exact URL.
This commit is contained in:
parent
dbe3de69d4
commit
dd49a2fc03
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ export default function() {
|
|||
</a>
|
||||
</li>
|
||||
<li className="navbar-list-item">
|
||||
<a href="/blog" title="Blog">
|
||||
<a href="/blog/" title="Blog">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/news.svg"
|
||||
className="icon"
|
||||
|
@ -27,7 +27,7 @@ export default function() {
|
|||
</a>
|
||||
</li>
|
||||
<li className="navbar-list-item">
|
||||
<a href="/resume" title="Resume">
|
||||
<a href="/resume/" title="Resume">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/file-cv.svg"
|
||||
className="icon"
|
||||
|
@ -37,7 +37,7 @@ export default function() {
|
|||
</a>
|
||||
</li>
|
||||
<li className="navbar-list-item">
|
||||
<a href="/gpg-key" title="GPG Key">
|
||||
<a href="/gpg-key/" title="GPG Key">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/key.svg"
|
||||
className="icon"
|
||||
|
@ -47,7 +47,7 @@ export default function() {
|
|||
</a>
|
||||
</li>
|
||||
<li className="navbar-list-item">
|
||||
<a href="/about" title="About">
|
||||
<a href="/about/" title="About">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/info-circle.svg"
|
||||
className="icon"
|
||||
|
|
Loading…
Reference in a new issue