Skip to content

Commit 1474476

Browse files
authored
Merge branch 'main' into 785-fix/403-forbidden-form-submission-in-production
2 parents 8ac6992 + d496a29 commit 1474476

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

‎.cursor/rules/common‎

Submodule common updated 1 file

‎.github/CODEOWNERS‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a CODEOWNERS file for the repository
2-
# @killev will be requested for review when someone opens a pull request
2+
# @killev and @vasilyyaremchuk will be requested for review when someone opens a pull request
33
# affecting any file in the repository
44

55
# Default owner for everything in the repo
6-
* @killev
6+
* @killev @vasilyyaremchuk

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,6 @@ website/public/apos-frontend
144144
dump.archive
145145
.prettierrc
146146
aposUsersSafe.json
147+
148+
# Temporary files directory
149+
tmp/

‎website/modules/case-studies/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
sort: {
77
updatedAt: -1,
88
},
9-
perPage: 6,
9+
perPage: 50,
1010
alias: 'caseStudy',
1111
shortcut: false,
1212
},

0 commit comments

Comments
 (0)