Skip to content

Commit 429f39b

Browse files
committed
fix source.unsplash & force node -v
1 parent 72e354f commit 429f39b

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"astro-seo": "^0.6.0",
2626
"tailwindcss": "^3.0.24"
2727
},
28+
"engines": {
29+
"node": ">=16.0.0 <18.0.0"
30+
},
2831
"devDependencies": {
2932
"@tailwindcss/typography": "^0.5.7"
3033
}
31-
}
34+
}

src/pages/about.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ import Container from "@components/container.astro";
44
import Sectionhead from "@components/sectionhead.astro";
55
import { Image } from "@astrojs/image/components";
66
7-
const TeamImg1 = "https://source.unsplash.com/IF9TK5Uy-KI";
8-
const TeamImg2 = "https://source.unsplash.com/iEEBWgY_6lA";
9-
const TeamImg3 = "https://source.unsplash.com/ZHvM3XIOHoE";
7+
const TeamImg1 =
8+
"https://images.unsplash.com/photo-1580489944761-15a19d654956?&fit=crop&w=280";
9+
const TeamImg2 =
10+
"https://images.unsplash.com/photo-1633332755192-727a05c4013d?&fit=crop&w=280";
11+
const TeamImg3 =
12+
"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?&fit=crop&w=280";
1013
1114
const team = [
1215
{

src/pages/blog/complete-guide-fullstack-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "The Complete Guide to Full Stack Web Development"
33
excerpt: "Ornare cum cursus laoreet sagittis nunc fusce posuere per euismod dis vehicula a, semper fames lacus maecenas dictumst pulvinar neque enim non potenti. Torquent hac sociosqu eleifend potenti."
44
publishDate: "2022-11-08T11:39:36.050Z"
5-
image: "https://source.unsplash.com/eYpcLDXHVb0"
5+
image: "https://images.unsplash.com/photo-1593720213428-28a5b9e94613?&fit=crop&w=430&h=240"
66
category: "Tutorials"
77
author: "Janette Lynch"
88
layout: "@layouts/BlogLayout.astro"

src/pages/blog/essential-data-structures-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Introduction to the Essential Data Structures & Algorithms"
33
excerpt: "Ornare cum cursus laoreet sagittis nunc fusce posuere per euismod dis vehicula a, semper fames lacus maecenas dictumst pulvinar neque enim non potenti. Torquent hac sociosqu eleifend potenti."
44
publishDate: "2022-11-09T16:39:36.050Z"
5-
image: "https://source.unsplash.com/R5A_YlcSJwA"
5+
image: "https://images.unsplash.com/photo-1627163439134-7a8c47e08208?&fit=crop&w=430&h=240"
66
category: "Courses"
77
author: "Marcell Ziemann"
88
layout: "@layouts/BlogLayout.astro"

src/pages/blog/how-to-become-frontend-master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How to become a Frontend Master"
33
excerpt: "Ornare cum cursus laoreet sagittis nunc fusce posuere per euismod dis vehicula a, semper fames lacus maecenas dictumst pulvinar neque enim non potenti. Torquent hac sociosqu eleifend potenti."
44
publishDate: "2022-11-07T15:39:36.050Z"
5-
image: "https://source.unsplash.com/Iqi0Rm6gBkQ"
5+
image: "https://images.unsplash.com/photo-1667372393119-3d4c48d07fc9?&fit=crop&w=430&h=240"
66
category: "Tutorials"
77
author: "Connor Lopez"
88
layout: "@layouts/BlogLayout.astro"

0 commit comments

Comments
 (0)