From 497e0346b177efd2a5c1cca5618624cfea9b54aa Mon Sep 17 00:00:00 2001 From: Misael Taveras Date: Sun, 25 Aug 2019 22:28:26 -0400 Subject: [PATCH] fix typo on documentation Add a missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001f19e..70a9adc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ plugins: [ options: { query: 'allMdx' } - } + }, 'gatsby-plugin-meta-redirect' // make sure this is always the last one ] ```