Create CommentsList component

This commit is contained in:
2024-06-19 09:07:15 +04:00
parent 11f6da95a7
commit e14365da3c
3 changed files with 163 additions and 19 deletions
+3
View File
@@ -9,3 +9,6 @@ NEXTAUTH_SECRET=NEXTAUTH_SECRET
USER_ROLE=DIRECTUS_USER_ROLE_ID
NEXT_PUBLIC_URL=http://0.0.0.0:3000
NEXT_PUBLIC_DIRECTUS_API_URL=$DIRECTUS_API_URL
# COMMENTS
COMMENTS_PER_PAGE=5