From c06cf6dd02aee87ebf51a9b6c556c56c966de890 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sun, 9 Jun 2024 11:24:13 +0200 Subject: [PATCH] updated jobs project url --- src/lib/projects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/projects.js b/src/lib/projects.js index c9dabfe..5522d9f 100644 --- a/src/lib/projects.js +++ b/src/lib/projects.js @@ -14,9 +14,9 @@ export const projects = [ { category: 'nextjs', title: 'Software Jobs', - url: '', + url: 'https://jobs.rannes.dev', description: - "I wanted an excuse to try out Go, and I also want to find a job. The scraper is built with Go and the Colly package. It runs on a AWS EC2 instance, and the frontend is built with Next.js which is deployed to Vercel.", + 'I wanted an excuse to try out Go, and I also want to find a job. The scraper is built with Go and the Colly package. It runs on a AWS EC2 instance, and the frontend is built with Next.js which is deployed to Vercel.', repo: 'https://gitea.rannes.dev/rannes.dev/sw-jobs-go', rss: 'https://gitea.rannes.dev/rannes.dev/sw-jobs-go.rss', image: '',