Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const viewport: Viewport = {

export const metadata: Metadata = {
metadataBase: new URL("https://eternalcode.pl"),
title: "EternalCode.pl | Home",
title: "EternalCode.pl – Open Source Minecraft Plugins",
description:
"EternalCode.pl delivers high-quality open source Minecraft server plugins including EternalCore and EternalCombat. Built with focus on performance and innovation.",
keywords: ["open source", "Java", "Linux", "Minecraft", "plugins", "development"],
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const dynamic = "force-static";
export const fetchCache = "force-cache";

export const metadata: Metadata = {
title: "Home",
title: "EternalCode.pl – Open Source Minecraft Plugins",
description:
"EternalCode.pl delivers high-quality open source Minecraft server plugins including EternalCore and EternalCombat. Built with focus on performance and innovation.",
alternates: {
Expand Down