1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 17:23:24 +01:00

fix typo on documentation

Add a missing comma
This commit is contained in:
Misael Taveras 2019-08-25 22:28:26 -04:00 committed by GitHub
parent 79b7c56d0d
commit 497e0346b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ plugins: [
options: { options: {
query: 'allMdx' query: 'allMdx'
} }
} },
'gatsby-plugin-meta-redirect' // make sure this is always the last one 'gatsby-plugin-meta-redirect' // make sure this is always the last one
] ]
``` ```