From a6af043686e4375d7944e91cae3d5b63c59edab0 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 22 Mar 2018 16:29:31 -0400 Subject: Migrate to render props --- frontend/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/config.js') diff --git a/frontend/config.js b/frontend/config.js index 0e01c55..d2cb33c 100644 --- a/frontend/config.js +++ b/frontend/config.js @@ -1,4 +1,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:4444`; -export const perPage = 9; +export const perPage = 2; -- cgit v1.3