feat: dynamic website tab title of tool

This commit is contained in:
theoleuthardt 2025-02-15 11:46:46 +01:00
parent 41cf6c9e49
commit 7ede50fa8c

View file

@ -1,7 +1,9 @@
import React from "react";
import type { Metadata } from "next"; import type { Metadata } from "next";
import { toolLinks } from "@/constants";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "doc-to-pdf", title: toolLinks[0].title,
description: "Converter for documents to pdf format!", description: "Converter for documents to pdf format!",
}; };