mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
link updates
This commit is contained in:
parent
4b09be87bd
commit
efcb84b594
@ -78,7 +78,7 @@ All project images make use of the excellent [gatsby-image](https://github.com/g
|
||||
|
||||
All together, Gatsby automatically generates all required image sizes for delivering responsible, responsive images to visitors, including lazy loading of all images. Also includes the [intersection-observer polyfill](https://github.com/w3c/IntersectionObserver) to make lazy loading work properly in Safari.
|
||||
|
||||
All project images use one single component defined in [`src/components/atoms/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries.
|
||||
All project images use one single component defined in [`src/components/molecules/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries.
|
||||
|
||||
### 💎 Importing SVG assets
|
||||
|
||||
@ -88,7 +88,7 @@ All SVG assets under `src/images/` will be converted to React components before
|
||||
import Logo from './components/svg/Logo'
|
||||
```
|
||||
|
||||
That's done with a simple bash script under [`src/scripts/svg.sh`](src/scripts/svg.sh)
|
||||
That's done with a simple bash script under [`scripts/svg.sh`](src/scripts/svg.sh)
|
||||
|
||||
### 🍬 Typekit component
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"file-saver": "^1.3.8",
|
||||
"gatsby": "^2.0.0-rc.25",
|
||||
"gatsby": "^2.0.0-rc.27",
|
||||
"gatsby-image": "^2.0.0-rc.3",
|
||||
"gatsby-plugin-manifest": "^2.0.2-rc.1",
|
||||
"gatsby-plugin-matomo": "^0.5.0",
|
||||
@ -47,7 +47,7 @@
|
||||
"vcf": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/cli": "^2.3.0",
|
||||
"@svgr/cli": "^2.4.1",
|
||||
"ava": "^0.25.0",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"chrome-launcher": "^0.10.2",
|
||||
|
Loading…
Reference in New Issue
Block a user