Skip to content

Commit f7350c5

Browse files
committed
update title
1 parent fd1a463 commit f7350c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

front/src/app/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
import type { Metadata } from "next";
12
import { EmbalseSearch } from "@/pods/embalse-search";
23
import { getEmbalsesCollection } from "@/pods/embalse-search/api";
34

45
export const revalidate = 300;
56

7+
export const metadata: Metadata = {
8+
title: { absolute: "Estado de los embalses de España — InfoEmbalse" },
9+
};
10+
611
const RootPage = async () => {
712
const embalses = await getEmbalsesCollection();
813

0 commit comments

Comments
 (0)