diff --git a/gatsby-config.js b/gatsby-config.js index 283b0e9..f96b193 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -9,7 +9,7 @@ module.exports = { { resolve: 'gatsby-plugin-manifest', options: { - icon: 'src/images/icon.png', + icon: 'src/images/glasses-outline.svg', }, }, 'gatsby-plugin-mdx', diff --git a/package.json b/package.json index 7c3ebf3..f28c799 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "serve": "gatsby serve", "clean": "gatsby clean", "lint-fix": "eslint --fix --ext .jsx,.js src", - "deploy": "yarn build && rsync -rzP --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website-staging" + "deploy": "yarn build && rsync -rzP --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website" }, "dependencies": { "@mdx-js/mdx": "^1.6.22", diff --git a/src/components/GalleryImage.js b/src/components/GalleryImage.js index c4eac7d..9a7dd2f 100644 --- a/src/components/GalleryImage.js +++ b/src/components/GalleryImage.js @@ -23,7 +23,7 @@ const GalleryImage = ({ data }) => { const meta = getMeta(image); const vibrant = getVibrant(image, true); - const orientationClasses = ar > 1 ? 'flex-col mx-auto' : 'portrait:mx-auto landscape:mx-4 landscape:flex-row-reverse portrait:flex-col'; + const orientationClasses = ar > 1 ? 'flex-col mx-auto' : 'portrait:mx-auto landscape:mx-5 landscape:flex-row-reverse portrait:flex-col'; console.log(ar, orientationClasses); const shutterSpeed = React.useMemo(() => getShutterFractionFromExposureTime(meta.exif.ExposureTime || 0), [meta]); return (<> @@ -35,7 +35,7 @@ const GalleryImage = ({ data }) => { /> gallery -
{meta.iptc.caption}
+{meta.iptc.caption}
Shutter speed: {shutterSpeed}
} - {meta.exif.FNumber &&Aperture: f/{meta.exif.FNumber}
} - {meta.exif.ISO &&ISO: {meta.exif.ISO}
} + {shutterSpeed &&