9 |
const inter = Inter({ subsets: ["latin"] }); |
const inter = Inter({ subsets: ["latin"] }); |
10 |
|
|
11 |
export const metadata: Metadata = { |
export const metadata: Metadata = { |
12 |
|
metadataBase: new URL((process.env.NEXT_PUBLIC_BASE_DOMAIN?.startsWith("localhost") ? "http" : "https") + "://" + process.env.NEXT_PUBLIC_BASE_DOMAIN!), |
13 |
title: "SudoBot Documentation", |
title: "SudoBot Documentation", |
14 |
description: "A guide to get you started with SudoBot!", |
description: "A guide to get you started with SudoBot!", |
15 |
|
alternates: { |
16 |
|
canonical: "./" |
17 |
|
}, |
18 |
}; |
}; |
19 |
|
|
20 |
export const viewport: Viewport = { |
export const viewport: Viewport = { |