Skip to content

Commit

Permalink
Revert "test: pull data from draft PRC pr"
Browse files Browse the repository at this point in the history
This reverts commit ff4d953.
  • Loading branch information
francinelucca committed Dec 3, 2024
1 parent ff4d953 commit 6361fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ async function sourcePrimerReactData({actions, createNodeId, createContentDigest
actions.createNode(newNode)

// Save the Primer React data to the GraphQL store
const content = await fetch(`https://unpkg.com/@primer/react@0.0.0-20241203025331/generated/components.json`, {redirect: 'follow'}).then(
const content = await fetch(`https://unpkg.com/@primer/react/generated/components.json`, {redirect: 'follow'}).then(
res => res.json(),
)

Expand Down

0 comments on commit 6361fac

Please sign in to comment.