mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
fix(metadata): corrige duplicação dos títulos das páginas
This commit is contained in:
@@ -2,7 +2,7 @@ import { RiBankLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Contas | OpenMonetis",
|
title: "Contas",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiBarChart2Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Orçamentos | OpenMonetis",
|
title: "Orçamentos",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiCalendarEventLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Calendário | OpenMonetis",
|
title: "Calendário",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiBankCard2Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Cartões | OpenMonetis",
|
title: "Cartões",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiPriceTag3Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Categorias | OpenMonetis",
|
title: "Categorias",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiHistoryLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Changelog | OpenMonetis",
|
title: "Changelog",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiAtLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Pré-Lançamentos | OpenMonetis",
|
title: "Pré-Lançamentos",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiSparklingLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Insights | OpenMonetis",
|
title: "Insights",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiTodoLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Anotações | OpenMonetis",
|
title: "Anotações",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiGroupLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Pagadores | OpenMonetis",
|
title: "Pagadores",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiBankCard2Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Uso de Cartões | OpenMonetis",
|
title: "Uso de Cartões",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiFileChartLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Tendências | OpenMonetis",
|
title: "Tendências",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiStore2Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Top Estabelecimentos | OpenMonetis",
|
title: "Top Estabelecimentos",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiSecurePaymentLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Análise de Parcelas | OpenMonetis",
|
title: "Análise de Parcelas",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiSettings2Line } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Ajustes | OpenMonetis",
|
title: "Ajustes",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { RiArrowLeftRightLine } from "@remixicon/react";
|
|||||||
import PageDescription from "@/shared/components/page-description";
|
import PageDescription from "@/shared/components/page-description";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Lançamentos | OpenMonetis",
|
title: "Lançamentos",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ const DESCRIPTION =
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL(BASE_URL),
|
metadataBase: new URL(BASE_URL),
|
||||||
title: TITLE,
|
title: {
|
||||||
|
absolute: TITLE,
|
||||||
|
},
|
||||||
description: DESCRIPTION,
|
description: DESCRIPTION,
|
||||||
keywords: [
|
keywords: [
|
||||||
"finanças pessoais",
|
"finanças pessoais",
|
||||||
|
|||||||
Reference in New Issue
Block a user