mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
docs: use correct base url
This commit is contained in:
@@ -17,7 +17,7 @@ export const viewport: Viewport = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
title: {
|
||||||
template: '%s | discord.js',
|
template: '%s | discord.js',
|
||||||
default: 'discord.js',
|
default: 'discord.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user