add schema.graphql to .gitignore, move all links from Contact.js to gatsby-config.js, add .graphqlconfig
parent
affeaaf9c0
commit
a98451d58a
@ -0,0 +1,16 @@
|
||||
|
||||
{
|
||||
"name": "dwysokinski.me",
|
||||
"schemaPath": "schema.graphql",
|
||||
"extensions": {
|
||||
"endpoints": {
|
||||
"Default GraphQL Endpoint": {
|
||||
"url": "http://localhost:8000/___graphql",
|
||||
"headers": {
|
||||
"user-agent": "IDE"
|
||||
},
|
||||
"introspect": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue