UNPKG
@studiocms/blog
Version:
beta (0.1.0-beta.5)
latest (0.1.0-beta.30)
0.1.0-beta.30
0.1.0-beta.29
0.1.0-beta.28
0.1.0-beta.27
0.1.0-beta.26
0.1.0-beta.25
0.1.0-beta.24
0.1.0-beta.23
0.1.0-beta.22
0.1.0-beta.21
0.1.0-beta.20
0.1.0-beta.19
0.1.0-beta.18
0.1.0-beta.17
0.1.0-beta.16
0.1.0-beta.15
0.1.0-beta.14
0.1.0-beta.13
0.1.0-beta.12
0.1.0-beta.11
0.1.0-beta.10
0.1.0-beta.9
0.1.0-beta.8
0.1.0-beta.7
0.1.0-beta.6
0.1.0-beta.5
Add a blog to your StudioCMS project with ease!
studiocms.dev
withstudiocms/studiocms
@studiocms/blog
/
dist
/
components
/
consts.js
5 lines
(4 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
const
FALLBACK_OG_IMAGE =
"https://images.unsplash.com/photo-1707343843982-f8275f3994c5?q=80&w=1032&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
;
export
{ FALLBACK_OG_IMAGE };