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

Merge pull request #13 from taverasmisael/patch-1

fix typo on documentation
This commit is contained in:
Matthias Kretschmann 2020-02-20 09:11:14 +01:00 committed by GitHub
commit 50939579a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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