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

Diff for: package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/app/layout.tsx

+1
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)