UNPKG
next-auth-remotepatterns-images
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
next-auth-remotepatterns-images
/
providers
/
Twitter.ts
10 lines
(9 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
Twitter = { name:
"Twitter"
, config: { protocol:
"https"
, hostname:
"pbs.twimg.com"
, port:
""
, pathname:
"/profile_images/**"
, }, };