add more photos

This commit is contained in:
Chuck Dries 2021-06-19 09:56:00 -07:00
parent d2acfdbc7f
commit cd6b279d01
3 changed files with 8 additions and 2 deletions

BIN
data/gallery/DSC00340.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
data/gallery/DSC07490.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -98,8 +98,8 @@ export const query = graphql`
allFile( allFile(
filter: { filter: {
sourceInstanceName: {eq: "gallery"}, sourceInstanceName: {eq: "gallery"},
# base: {nin: ["DSC01699.jpg", "DSC02981.jpg", "_DSC4155.jpg", "DSC02538.jpg", "DSC05851.jpg"]} # images that don't work well
# no vertical images base: {nin: ["DSC00340.jpg"]}
childrenImageSharp: {elemMatch: {fluid: {aspectRatio: {gte: 1.4}}}} childrenImageSharp: {elemMatch: {fluid: {aspectRatio: {gte: 1.4}}}}
} }
) { ) {