feat: metadataBase

This commit is contained in:
2024-01-12 11:09:02 -06:00
parent 8d8b5e1646
commit 984799d502
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ config.autoAddCss = false
export const metadata: Metadata = {
title: 'Home | EntGamers',
description: 'Una comunidad de jugadores, para jugadores'
description: 'Una comunidad de jugadores, para jugadores',
metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL ?? 'https://entgamers.pro')
}
interface RootLayoutProps {