refactor: rename link property to websiteLink in project data

This commit is contained in:
2025-12-10 02:14:42 -05:00
parent d9b9be4695
commit 00452e0b36

View File

@@ -435,7 +435,7 @@ export const projects: Project[] = [
longDescription: longDescription:
"Aggregates coffee shop data from various sources and displays it in a user-friendly interface. Use it to find your next brew!", "Aggregates coffee shop data from various sources and displays it in a user-friendly interface. Use it to find your next brew!",
tags: ["Coffee", "Lewisburg, PA", "Bucknell"], tags: ["Coffee", "Lewisburg, PA", "Bucknell"],
link: "https://lewisburgcoffee.soconnor.dev", websiteLink: "https://lewisburgcoffee.soconnor.dev",
gitLink: "https://github.com/soconnor0919/lewisburg-coffee", gitLink: "https://github.com/soconnor0919/lewisburg-coffee",
image: "/images/lewisburg-coffee.png", image: "/images/lewisburg-coffee.png",
imageAlt: "Screenshot of the Lewisburg, PA Coffee Map website", imageAlt: "Screenshot of the Lewisburg, PA Coffee Map website",
@@ -448,7 +448,7 @@ export const projects: Project[] = [
longDescription: longDescription:
"Uses OCR and PDF parsing to extract text and convert it to Markdown, for easy editing and formatting.", "Uses OCR and PDF parsing to extract text and convert it to Markdown, for easy editing and formatting.",
tags: ["PDF", "Markdown", "OCR"], tags: ["PDF", "Markdown", "OCR"],
link: "https://pdf2md.coolify.soconnor.dev", websiteLink: "https://pdf2md.coolify.soconnor.dev",
gitLink: "https://github.com/soconnor0919/pdf2md", gitLink: "https://github.com/soconnor0919/pdf2md",
image: "/images/pdf2md.png", image: "/images/pdf2md.png",
imageAlt: "Screenshot of the PDF2MD website", imageAlt: "Screenshot of the PDF2MD website",