File tree 4 files changed +2
-2
lines changed
public/assets/images/thirdyear
4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Loader from '@/components/loader';
8
8
9
9
import { motion , useScroll } from "framer-motion" ;
10
10
const client = new ApolloClient ( {
11
- uri : process . env . GRAPH_QL_URI || 'http ://sumitdhiman.in:4000 /graphql/' ,
11
+ uri : process . env . GRAPH_QL_URI || 'https ://images.istenith.com /graphql/' ,
12
12
cache : new InMemoryCache ( ) ,
13
13
} ) ;
14
14
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Footer from '../../components/footer';
11
11
import Loader from "../../components/loader" ; // Import the loader component
12
12
import SkeletonLoader from "../../components/skeltonloader" ;
13
13
const client = new ApolloClient ( {
14
- uri : process . env . GRAPH_QL_URI || 'http ://sumitdhiman.in:4000 /graphql/' ,
14
+ uri : process . env . GRAPH_QL_URI || 'https ://images.istenith.com /graphql/' ,
15
15
cache : new InMemoryCache ( ) ,
16
16
} ) ;
17
17
You can’t perform that action at this time.
0 commit comments