• This gets called on every request

    Parameters

    • context: any

    Returns Promise<{
        props: {
            allBlogCount: any;
            allBlogPostsInParts: any;
        };
    }>