File tree 4 files changed +17
-13
lines changed
4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.1 - March 18, 2021
4
+
5
+ ** FIX**
6
+
7
+ - Added gatsby-plugin-image to gatsby-config.js (issues with loading images)
8
+
3
9
## 0.5.0 - March 14, 2021
4
10
5
11
** BREAKING CHANGES**
Original file line number Diff line number Diff line change 2
2
template : index
3
3
type : page
4
4
title : Henlo
5
- version : v0.5.0
5
+ version : v0.5.1
6
6
description : >-
7
- Minimalistic starter for Gatsby v3, optimized for SEO & Performance.
8
-
9
-
10
- Styled with Tailwind and SCSS
7
+ Minimalistic starter for Gatsby v3, optimized for SEO & Performance.
8
+
9
+
10
+ Styled with Tailwind and SCSS
11
11
links :
12
12
- link :
13
13
content : Documentation
20
20
url : https://cleancommit.io
21
21
22
22
seo :
23
- title : Gatsby Starter Optimized For SEO & Performance
24
- description : Henlo - Minimalistic starter for Gatsby v3, optimized for SEO & Performance. Styled with Tailwind & SCSS. Created by Clean Commit.
23
+ title : Gatsby Starter Optimized For SEO & Performance
24
+ description : Henlo - Minimalistic starter for Gatsby v3, optimized for SEO & Performance. Styled with Tailwind & SCSS. Created by Clean Commit.
25
25
---
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module.exports = {
18
18
'gatsby-plugin-sharp' ,
19
19
'gatsby-transformer-sharp' ,
20
20
'gatsby-plugin-preload-fonts' ,
21
+ 'gatsby-plugin-image' ,
21
22
{
22
23
resolve : 'gatsby-plugin-brotli' ,
23
24
} ,
@@ -61,17 +62,14 @@ module.exports = {
61
62
{
62
63
resolve : `gatsby-plugin-sass` ,
63
64
options : {
64
- postCssPlugins : [
65
- tailwind ,
66
- require ( './tailwind.config.js' ) ,
67
- ] ,
65
+ postCssPlugins : [ tailwind , require ( './tailwind.config.js' ) ] ,
68
66
} ,
69
67
} ,
70
68
{
71
69
resolve : `gatsby-plugin-purgecss` ,
72
70
options : {
73
71
printRejected : true ,
74
- develop : false ,
72
+ develop : false ,
75
73
tailwind : true ,
76
74
purgeCSSOptions : {
77
75
safelist : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-starter-henlo" ,
3
3
"description" : " Minimalistic starter for Gatsby v3, optimized for SEO & Performance." ,
4
- "version" : " 0.5.0 " ,
4
+ "version" : " 0.5.1 " ,
5
5
"author" : " Wojciech Kałużny" ,
6
6
"browserslist" : [
7
7
" defaults"
You can’t perform that action at this time.
0 commit comments