add contentfilter comment

This commit is contained in:
vineyardbovines
2026-05-08 15:04:04 -04:00
parent bc34f8aa96
commit c97535fd1b
+1 -1
View File
@@ -56,7 +56,7 @@ function createKlipyApi<Input extends object>(
// 30 is divisible by 2 and 3, so both 2 and 3 column layouts can be used
params.set('limit', '30')
params.set('contentfilter', 'low')
params.set('contentfilter', 'low') // PG-13 equivalent
const locale = getLocales?.()?.[0]