I visited https://conermurphy.com/blog/automate-aws-cdk-stack-deployment-github-actions and clicked the "Edit on Github" link in the footer, but it took me to this 404 URL:
https://github.com/conermurphy/conermurphy.com/tree/main/content/blog/automate-aws-cdk-stack-deployment-github-actions.mdx
The current correct location seems to be
https://github.com/conermurphy/conermurphy.com/tree/main/frontend/content/blog/automate-aws-cdk-stack-deployment-github-actions.mdx
I guess the /frontend/ part of the path got added somewhere along the line. I'm not familiar enough with your framework to feel confident to create a pull request, though the URL for this seems to be in
|
'https://github.com/conermurphy/conermurphy.com/tree/main/content'; |
I visited https://conermurphy.com/blog/automate-aws-cdk-stack-deployment-github-actions and clicked the "Edit on Github" link in the footer, but it took me to this 404 URL:
https://github.com/conermurphy/conermurphy.com/tree/main/content/blog/automate-aws-cdk-stack-deployment-github-actions.mdx
The current correct location seems to be
https://github.com/conermurphy/conermurphy.com/tree/main/frontend/content/blog/automate-aws-cdk-stack-deployment-github-actions.mdx
I guess the
/frontend/part of the path got added somewhere along the line. I'm not familiar enough with your framework to feel confident to create a pull request, though the URL for this seems to be inconermurphy.com/frontend/components/Post/PostComponents/GitHubCTA/GitHubCTA.tsx
Line 11 in 8a0e3f3