Files
website/src/payload/upload-paste-url-allow-list.ts
T

13 lines
226 B
TypeScript
Raw Normal View History

2026-04-28 00:55:07 +08:00
import type { AllowList } from 'payload'
export const eversoloPasteURLAllowList: AllowList = [
{
hostname: 'www.eversolo.com',
protocol: 'https',
},
{
hostname: 'eversolo.com',
protocol: 'https',
},
]