15 lines
546 B
TypeScript
15 lines
546 B
TypeScript
// Generated list of filenames in the `public/blog-images` folder.
|
|
// If you add or remove images, update this list accordingly.
|
|
const BLOG_IMAGE_FILENAMES = [
|
|
'afra-ramio-cp2HCVzguw4-unsplash.jpg',
|
|
'dagmar-klauzova-afBc-k2luH4-unsplash.jpg',
|
|
'eric-ward-ISg37AI2A-s-unsplash.jpg',
|
|
'jamie-street-m4BkRRprvP0-unsplash.jpg',
|
|
'joe-caione-qO-PIF84Vxg-unsplash.jpg',
|
|
'rafaella-waasdorp-EkzMdwI_YE4-unsplash.jpg',
|
|
'tatum-bergen-Vt3odrTM4cQ-unsplash.jpg',
|
|
'troy-bridges-lbRNtUZPXXQ-unsplash.jpg',
|
|
];
|
|
|
|
export default BLOG_IMAGE_FILENAMES;
|