We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642abac commit baf2cedCopy full SHA for baf2ced
gatsby-config.js
@@ -37,7 +37,7 @@ module.exports = {
37
},
38
{
39
name: "Changelog",
40
- link: "/changelog"
+ link: "/changelog/"
41
}
42
]
43
src/components/2_molecules/changelog-nav.js
@@ -10,7 +10,7 @@ const ChangelogList = ({
10
}) => (
11
<nav className="flex mb-4 items-center">
12
<span className="uppercase font-semibold text-xs mr-4">Products:</span>
13
- <Link to="/changelog" className="btn btn-small btn-grey mr-2 uppercase">
+ <Link to="/changelog/" className="btn btn-small btn-grey mr-2 uppercase">
14
All ({totalCount})
15
</Link>
16
{group.map(changelog => (
0 commit comments