upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit fa27419599 - Show all commits

View File

@ -1,4 +1,11 @@
const projectsData = [
interface Project {
title: string,
description: string,
href?: string,
imgSrc?: string,
}
const projectsData: Project[] = [
{
title: 'A Search Engine',
description: `What if you could look up any information in the world? Webpages, images, videos