Make Location hover preview images global on env
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
date_updated
|
||||
photos (sort: "-date_created", limit: 4) {
|
||||
photos (sort: "-date_created", limit: ${import.meta.env.VITE_PREVIEW_COUNT}) {
|
||||
image {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user