fix: fix placeholder images directory path

This commit is contained in:
Hossein Mehrabi 2024-02-02 17:55:18 +03:30
parent ee367a37ab
commit 9328d5c99a
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -1 +1 @@
export const POSTS_IMAGE_PLACEHOLDER_DIR = `public/images/placeholders`
export const POSTS_IMAGE_PLACEHOLDER_DIR = `./public/images/placeholders`