From 65a4cb6ce9387c52c4274fddde9320baadbf017f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 12 Jan 2022 02:02:54 +0100 Subject: chore: generate feed I could loop until hasNextPage is false, but I'm not sure if it is the best solution. So, for now, only the first 100 posts will be added to the file. --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index c4ddb0e..efeb49d 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,12 @@ +FRONTEND_URL="https://www.frontend.com" BACKEND_URL="https://www.backend.com" GRAPHQL_ENDPOINT="/graphql" +AUTHOR_NAME="Your Name" +AUTHOR_EMAIL="your@email.com" +AUTHOR_URL="https://www.yourWebsite.com/" +FEED_DESCRIPTION="What you want..." + NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT" # Use this only in development mode. It prevents "unable to verify the first -- cgit v1.2.3