mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-18 22:04:27 +01:00
fix: change hackathon header image & fix wrong api
This commit is contained in:
@@ -15,10 +15,7 @@ import {
|
||||
} from "@apollo/client";
|
||||
|
||||
const client = new ApolloClient({
|
||||
uri: process.env.NODE_ENV === 'development' ?
|
||||
'https://xenodochial-goldstine-d09942.netlify.app/.netlify/functions/graphql'
|
||||
:
|
||||
'/.netlify/functions/graphql',
|
||||
uri: 'https://xenodochial-goldstine-d09942.netlify.app/.netlify/functions/graphql',
|
||||
cache: new InMemoryCache()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user