From 559b32eca710403545fa91143a257a55ed7b0776 Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Sun, 4 Oct 2020 16:40:49 -0400 Subject: [PATCH] Update 08_instructions.md --- site/INSTRUCTIONS/08_instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/INSTRUCTIONS/08_instructions.md b/site/INSTRUCTIONS/08_instructions.md index 2029ef6..14cd5ff 100644 --- a/site/INSTRUCTIONS/08_instructions.md +++ b/site/INSTRUCTIONS/08_instructions.md @@ -40,6 +40,10 @@ export const query = graphql` - Generate a standalone speaker page for each talk/speaker by creating a `gatsby-config.js` file (starter code below) - Create a src template at `src/templates/speaker-page.js` that renders the speaker data that is passed into the template from `createPages` +## Preview of Finished Exercise: + +![screenshot of final speaker page](./images/exercise-8-add-speaker-page.png) + ## Starter Code - Add a `gatsby-config.js` file in the root of the site with the following code: