mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
fix: eslint errors
This commit is contained in:
@@ -25,7 +25,6 @@ const IndexTemplate = ({ data, pageContext }: Props) => {
|
||||
nextPagePath
|
||||
} = pageContext;
|
||||
|
||||
|
||||
const { edges } = data.allMarkdownRemark;
|
||||
const pageTitle = currentPage > 0 ? `Posts - Page ${currentPage} - ${siteTitle}` : siteTitle;
|
||||
|
||||
|
Reference in New Issue
Block a user