File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,11 @@ export const query = graphql`
194194`;
195195```
196196
197+ See also the following blog posts:
198+
199+ * [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
200+ * [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
201+
197202## Advanced
198203
199204### Fragments
@@ -228,11 +233,6 @@ query PostByPath($path: String!) {
228233}
229234```
230235
231- See also the following blog posts:
232-
233- * [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
234- * [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
235-
236236## Further reading
237237
238238### Getting started with GraphQL
You can’t perform that action at this time.
0 commit comments