Add strapi cms

This commit is contained in:
2025-11-13 16:08:17 +13:00
parent aaebd5c3ba
commit 1358f0966d
35 changed files with 21797 additions and 0 deletions

7
cms/config/api.ts Normal file
View File

@@ -0,0 +1,7 @@
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};