fixed image grid

This commit is contained in:
Laine Hallot
2022-04-17 16:47:10 -05:00
committed by Laine Hallot
parent f15f5b2946
commit 18bcb72f45
9 changed files with 556 additions and 20696 deletions

View File

@@ -12,7 +12,8 @@
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
@@ -28,7 +29,8 @@
"gatsby-transformer-sharp": "^4.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
"react-helmet": "^6.1.0",
"react-image-lightbox": "^5.1.4"
},
"devDependencies": {
"@types/node": "^17.0.14",