Skip to content

Commit

Permalink
fix: set post per page to 20 in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed Jun 9, 2022
1 parent f96fd66 commit 3fb3fdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ VUE_APP_BASE_URL=https://fluunker.com
VUE_APP_NAME=Fluunker
VUE_APP_INPUT_LABEL=Fluunk
VUE_APP_INPUT_CTA_LABEL=Fluu
VUE_APP_POSTS_PER_PAGE=20
VUE_APP_SUPPORT_EMAIL=support@fluunker.com
3 changes: 2 additions & 1 deletion frontend/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VUE_APP_API_BASE=https://europe-west2-wsne-28b5b.cloudfunctions.net/api_test
VUE_APP_API_BASE=https://europe-west2-wsne-28b5b.cloudfunctions.net/api_test
VUE_APP_POSTS_PER_PAGE=20
3 changes: 2 additions & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VUE_APP_API_BASE=https://europe-west2-wsne-28b5b.cloudfunctions.net/api_live
VUE_APP_API_BASE=https://europe-west2-wsne-28b5b.cloudfunctions.net/api_live
VUE_APP_POSTS_PER_PAGE=20

0 comments on commit 3fb3fdd

Please sign in to comment.