Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit d1d5547

Browse files
committed
Centralized featured image url 🚀
1 parent 9501183 commit d1d5547

File tree

11 files changed

+504
-141
lines changed

11 files changed

+504
-141
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22
All changes to Chicio coding will be documented in this file.
33

4-
## [4.4.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.4.0)
5-
Release date: 2021-04-29
4+
## [4.5.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.5.0)
5+
Release date: 2021-04-30
66

77
#### Fixed
88

99
- Removed sass dependency
10+
- standard featured image url centralized
1011

1112
## [4.4.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.4.0)
1213
Release date: 2021-04-29

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
title:
44
"Fabrizio Duroni | Fabrizio Duroni ‘Chicio Coding’ official site with profile details. Official blog chicio coding. Main skills: mobile application development, computer graphics, web development.",
55
siteUrl: "https://www.fabrizioduroni.it",
6-
featuredImage: "chicio-coding-feature-graphic.jpg",
6+
featuredImage: "/chicio-coding-feature-graphic.jpg",
77
author: "Fabrizio Duroni",
88
contacts: {
99
email: "fabrizio.duroni@gmail.com",

0 commit comments

Comments
 (0)