Skip to content

Commit

Permalink
Fixes deploytarget link
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Jul 9, 2024
1 parent 17843f4 commit 7362c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/ProjectChildPageLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const getLinkData = (childPage, projectSlug) => ({
pathname: `/${childPage}`,
query: { projectName: projectSlug },
},
asPath: `/projects/${projectSlug}/${projectSlug}-${childPage}`,
asPath: `/projects/${projectSlug}/${childPage}`,
});

const ProjectChildPageLink = ({ childPage, projectSlug, children, className = '', prefetch = false }) => {
Expand Down

0 comments on commit 7362c94

Please sign in to comment.