Add metadata to a few images

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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');