disable anon comments

This commit is contained in:
matthieu42morin 2024-04-29 15:45:33 +02:00
parent 02d4ca7898
commit 62726a6a40
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const post: PostConfig = {
sortBy: 'created', // sort by: created / updated
sortDir: 'down', // sort order: up / down
form: true, // enable comments: true / false
commentParade: true // enable anonymous comments: true / false
commentParade: false // enable anonymous comments: true / false
}
}
}