rename homepage file
This commit is contained in:
parent
796826aecc
commit
a2c3602641
@ -23,7 +23,7 @@ const coreValues = [
|
||||
{ label: "Transparency", path: "/"},
|
||||
]
|
||||
|
||||
const BlogIndex = ({ data, location }) => {
|
||||
const HomePage = ({ data, location }) => {
|
||||
const siteTitle = data.site.siteMetadata?.title || `Title`
|
||||
const posts = data.allMarkdownRemark.nodes
|
||||
|
||||
@ -126,7 +126,7 @@ const BlogIndex = ({ data, location }) => {
|
||||
)
|
||||
}
|
||||
|
||||
export default BlogIndex
|
||||
export default HomePage
|
||||
|
||||
/**
|
||||
* Head export to define metadata for the page
|
||||
|
Loading…
Reference in New Issue
Block a user