We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724e23c commit ce0339dCopy full SHA for ce0339d
src/app/layout.tsx
@@ -7,6 +7,7 @@ const description =
7
const url = 'https://election-bulletin.suikoden.info/'
8
9
export const metadata = {
10
+ metadataBase: new URL(process.env.URL ?? 'http://localhost:3000'),
11
title: {
12
default: siteName,
13
/** `next-seo`の`titleTemplate`に相当する機能 */
0 commit comments