rename archive to spotlights

This commit is contained in:
Mark
2021-10-24 16:35:05 +01:00
parent 3aa18ba885
commit 4d000252ec
31 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ module.exports = {
{
resolve: `gatsby-source-filesystem`,
options: {
name: `what-is-archive`,
path: `${__dirname}/src/content/archives`,
name: `spotlights`,
path: `${__dirname}/src/content/spotlights`,
},
},
`gatsby-transformer-sharp`,