You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/projects/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ const PROJECTS = [
47
47
},
48
48
{
49
49
title: "bikeability",
50
-
url: "https://apinis.org/bikeability",
50
+
url: "https://apinis.org/bikeability/",
51
51
icon: EXT_LINK_ICON,
52
52
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.",
0 commit comments