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) => {
|
{displayArray.map((value, index) => {
|
||||||
return (
|
return (
|
||||||
<li key={index}>
|
<li key={index}>
|
||||||
<Link to={`"resources/${value.node.relativePath}`}>
|
<Link to={`resources/${value.node.relativePath}`}>
|
||||||
{value.node.relativePath}
|
{value.node.relativePath}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user