Skip to content

Commit

Permalink
title change
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 3, 2024
1 parent a443949 commit ae51134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/en/docs/model-updates/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { PageLoad } from './$types';

export const load = (({ params }) => {
return {
title: "Model Updates Overview",
subtitle: "Last Model Updates",
title: "Model Updates and Data Availability",
subtitle: "Overview of Model Timings and Data Availability via Open-Meteo API",
hero: "/images/mountain_road.webp"
};
}) satisfies PageLoad;

0 comments on commit ae51134

Please sign in to comment.