Skip to content

Commit

Permalink
fix(recipes): adjust path to layout component (#23251)
Browse files Browse the repository at this point in the history
Update path to layout component to pull source from raw gist instead of the parent page
  • Loading branch information
shrthnd committed Apr 18, 2020
1 parent e0dd6f6 commit 4043129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/recipes/gatsby-plugin-layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Let's also write out a sample layout component to get started with.

<File
path="src/layouts/index.js"
content="https://gist.github.com/JeremyTheModernist/be673e8641c61e6a427124acad1e05da"
content="https://gist.githubusercontent.com/JeremyTheModernist/be673e8641c61e6a427124acad1e05da/raw/80afecf73eb494dbfa2318ad7a27825edf9ef16c/index.js"
/>

---
Expand Down

0 comments on commit 4043129

Please sign in to comment.