docs: use correct base url

This commit is contained in:
iCrawl
2025-04-28 02:37:42 +02:00
parent c3c12fb78b
commit 696d8339a3

View File

@@ -17,7 +17,7 @@ export const viewport: Viewport = {
};
export const metadata: Metadata = {
metadataBase: new URL(ENV.IS_LOCAL_DEV ? `http://localhost:${ENV.PORT}` : 'https://discord.js.org'),
metadataBase: new URL(ENV.IS_LOCAL_DEV ? `http://localhost:${ENV.PORT}` : 'https://next.discordjs.guide'),
title: {
template: '%s | discord.js',
default: 'discord.js',