mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #193 from kkhan01/master
fix(resources): redirect links on resources 404
This commit is contained in:
@@ -96,7 +96,7 @@ function getPossibleResources(
|
||||
{displayArray.map((value, index) => {
|
||||
return (
|
||||
<li key={index}>
|
||||
<Link to={`"resources/${value.node.relativePath}`}>
|
||||
<Link to={`resources/${value.node.relativePath}`}>
|
||||
{value.node.relativePath}
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user