From cd6b279d01d0c4fb3eaaf03b79e57d65b225bb31 Mon Sep 17 00:00:00 2001
From: Chuck Dries <chuck@chuckdries.com>
Date: Sat, 19 Jun 2021 09:56:00 -0700
Subject: [PATCH] add more photos

---
 data/gallery/DSC00340.jpg | 3 +++
 data/gallery/DSC07490.jpg | 3 +++
 src/pages/index.js        | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 data/gallery/DSC00340.jpg
 create mode 100644 data/gallery/DSC07490.jpg

diff --git a/data/gallery/DSC00340.jpg b/data/gallery/DSC00340.jpg
new file mode 100644
index 0000000..8951e19
--- /dev/null
+++ b/data/gallery/DSC00340.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37863361e69249fd9166d3d24201b562a18a0c01c16f1538803d1380ac417abc
+size 3066742
diff --git a/data/gallery/DSC07490.jpg b/data/gallery/DSC07490.jpg
new file mode 100644
index 0000000..1b247ba
--- /dev/null
+++ b/data/gallery/DSC07490.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a02e9204b01cf4307b9bcf1dc3cc3c9e55f1592f52c5fb5c9be07c884b48d2ec
+size 6977864
diff --git a/src/pages/index.js b/src/pages/index.js
index 4827244..c294521 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -98,8 +98,8 @@ export const query = graphql`
   allFile(
     filter: {
       sourceInstanceName: {eq: "gallery"},
-      # base: {nin: ["DSC01699.jpg", "DSC02981.jpg", "_DSC4155.jpg", "DSC02538.jpg", "DSC05851.jpg"]}
-      # no vertical images
+      # images that don't work well
+      base: {nin: ["DSC00340.jpg"]}
       childrenImageSharp: {elemMatch: {fluid: {aspectRatio: {gte: 1.4}}}}
       }
   ) {