Skip to content

Commit a128879

Browse files
committed
provide repo name and owner via fixedVariables
1 parent 1880cdd commit a128879

18 files changed

+2121
-243
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
12
RAZZLE_ONEGRAPH_APP_ID="570a3d6b-6ff3-4b7a-9b0d-fe4cf6384388"
3+
REPOSITORY_FIXED_VARIABLES='{"repoName": "onegraph-changelog", "repoOwner": "onegraph"}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you'd like to learn more about persisted queries, email [[email protected]
1212

1313
## Setup
1414

15-
Use an existing OneGraph app or sign up sign up at [OneGraph](https://www.onegraph.com) to create a new app. Update the `/.env` file with your app's id.
15+
Use an existing OneGraph app or sign up sign up at [OneGraph](https://www.onegraph.com) to create a new app. Update the `/.env` file to update the `RAZZLE_ONEGRAPH_APP_ID` with your app's id. This would also be a good time to replace the fixed variables with the repo name and owner for the repo you'd like to back your blog (right now it uses this repo's issues).
1616

1717
Remove the generated files (they're tied to the OneGraph app they were generated with)
1818

0 commit comments

Comments
 (0)