From bb12de54aef4c56467cbea3609d281287aeadd36 Mon Sep 17 00:00:00 2001 From: Mark Apinis Date: Tue, 13 Jan 2026 21:34:06 -0500 Subject: [PATCH] Update bikeability URL to have trailing slash --- src/app/projects/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 4b38a41..726ba19 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -47,7 +47,7 @@ const PROJECTS = [ }, { title: "bikeability", - url: "https://apinis.org/bikeability", + url: "https://apinis.org/bikeability/", icon: EXT_LINK_ICON, desc: "English-language summaries of biking conditions in US cities or between two addresses. Backend using AWS tools, weather data from NWS, and summaries generated by ChatGPT 4o. Uses DynamoDB to cache city and route summaries for eight hours to save on API calls. Simple frontend built with React and using the Google Maps and Locations APIs.", tools: [