Skip to content

Commit

Permalink
fix source.unsplash & force node -v
Browse files Browse the repository at this point in the history
  • Loading branch information
surjithctly committed Nov 29, 2022
1 parent 72e354f commit 429f39b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"astro-seo": "^0.6.0",
"tailwindcss": "^3.0.24"
},
"engines": {
"node": ">=16.0.0 <18.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7"
}
}
}
9 changes: 6 additions & 3 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ import Container from "@components/container.astro";
import Sectionhead from "@components/sectionhead.astro";
import { Image } from "@astrojs/image/components";
const TeamImg1 = "https://source.unsplash.com/IF9TK5Uy-KI";
const TeamImg2 = "https://source.unsplash.com/iEEBWgY_6lA";
const TeamImg3 = "https://source.unsplash.com/ZHvM3XIOHoE";
const TeamImg1 =
"https://images.unsplash.com/photo-1580489944761-15a19d654956?&fit=crop&w=280";
const TeamImg2 =
"https://images.unsplash.com/photo-1633332755192-727a05c4013d?&fit=crop&w=280";
const TeamImg3 =
"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?&fit=crop&w=280";
const team = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/complete-guide-fullstack-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "The Complete Guide to Full Stack Web Development"
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."
publishDate: "2022-11-08T11:39:36.050Z"
image: "https://source.unsplash.com/eYpcLDXHVb0"
image: "https://images.unsplash.com/photo-1593720213428-28a5b9e94613?&fit=crop&w=430&h=240"
category: "Tutorials"
author: "Janette Lynch"
layout: "@layouts/BlogLayout.astro"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/essential-data-structures-algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: " Introduction to the Essential Data Structures & Algorithms"
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."
publishDate: "2022-11-09T16:39:36.050Z"
image: "https://source.unsplash.com/R5A_YlcSJwA"
image: "https://images.unsplash.com/photo-1627163439134-7a8c47e08208?&fit=crop&w=430&h=240"
category: "Courses"
author: "Marcell Ziemann"
layout: "@layouts/BlogLayout.astro"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/how-to-become-frontend-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "How to become a Frontend Master"
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."
publishDate: "2022-11-07T15:39:36.050Z"
image: "https://source.unsplash.com/Iqi0Rm6gBkQ"
image: "https://images.unsplash.com/photo-1667372393119-3d4c48d07fc9?&fit=crop&w=430&h=240"
category: "Tutorials"
author: "Connor Lopez"
layout: "@layouts/BlogLayout.astro"
Expand Down

0 comments on commit 429f39b

Please sign in to comment.