Skip to content

Commit cf1c442

Browse files
committed
Arreglando limite de columnas en el index
1 parent 2bf9fd7 commit cf1c442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const query = graphql`
111111
posts: allMarkdownRemark(
112112
filter: { fileAbsolutePath: { regex: "/posts/.*/" } }
113113
sort: { fields: [frontmatter___date], order: DESC }
114-
limit: 2
114+
limit: 3
115115
) {
116116
edges {
117117
node {

0 commit comments

Comments
 (0)