Add reviews and support tutorial management

This commit is contained in:
Codex
2026-04-28 00:55:07 +08:00
parent 4e3fb17202
commit c8ccaa9925
78 changed files with 5231 additions and 858 deletions
@@ -0,0 +1,12 @@
import type { AllowList } from 'payload'
export const eversoloPasteURLAllowList: AllowList = [
{
hostname: 'www.eversolo.com',
protocol: 'https',
},
{
hostname: 'eversolo.com',
protocol: 'https',
},
]