Skip to content

Commit 81a2971

Browse files
committed
set metadatabase url
1 parent 04c0150 commit 81a2971

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { type Section } from '@/components/SectionProvider'
88
import '@/styles/tailwind.css'
99

1010
export const metadata: Metadata = {
11+
metadataBase: new URL('https://docs.firebot.app'),
1112
title: {
1213
template: '%s - Firebot Docs',
1314
default: 'Firebot Docs',

0 commit comments

Comments
 (0)