diff --git a/server/pages/components/Layout.js b/server/pages/components/Layout.js index 02c40de7..d492b67a 100644 --- a/server/pages/components/Layout.js +++ b/server/pages/components/Layout.js @@ -6,6 +6,11 @@ import Analytics from '../../../shared/components/Analytics'; import globalStyles from '../../../shared/styles/globals'; import { color } from '../../../shared/styles/constants'; +export const title = 'Outline'; +export const description = + 'Your team’s knowledge base - Team wiki, documentation, playbooks, onboarding & more…'; +export const screenshotUrl = 'https://www.getoutline.com/screenshot.png'; + type Props = { children?: React$Element<*>, }; @@ -17,16 +22,25 @@ export default function Layout({ children }: Props) { - Outline + {title} - - + + + + + + + + + + + + + +