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: '',