Skip to content

Commit 5cb63ec

Browse files
authored
fix(pages/index.tsx): disambiguate query name
1 parent f53e9bf commit 5cb63ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Home() {
55
return (
66
<StaticQuery
77
query={graphql`
8-
query PagesQuery {
8+
query AllPagesQuery {
99
allMdx {
1010
edges {
1111
node {

0 commit comments

Comments
 (0)