• This gets called on every request

    Parameters

    • context: any

    Returns Promise<{
        props: {
            allCurrentCommentData: any;
            fullBlogPostData: any;
        };
    }>