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
+1 -1
View File
@@ -18,7 +18,7 @@ const Archive: FC<any> = ({ data }) => {
<SEO title={title} description={excerpt} />
<Header
relativePath={relativePath}
basePath="/archives"
basePath="/spotlights"
title={title}
authors={fields.authors}
createdAt={frontmatter.created_at}