Add metadata to a few images

This commit is contained in:
Chuck Dries 2021-07-11 19:32:07 -07:00
parent 4357e3aff8
commit 2c407ee41f
6 changed files with 11 additions and 11 deletions

BIN
data/gallery/20200215-DSC02584.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4767.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4792.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4830.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4949.jpg (Stored with Git LFS)

Binary file not shown.

View File

@ -7,7 +7,7 @@ if (env === 'production') {
}
export const onRouteUpdate = function () {
if (
process.env.NODE_ENV === 'production' &&
env === 'production' &&
typeof window.plausible === 'object'
) {
window.plausible('pageview');