blob: 6937676dbbf9a851afe9103a34b8052ac52efb5e (
plain)
1
2
3
4
|
// This is client side config only - don't put anything in here that shouldn't be public!
export const projectId = `cj99zm6ye06sb01325ic751ww`;
export const endpoint = `http://localhost:4000`;
export const perPage = 9;
|