Skip to content

Commit

Permalink
docs: added title
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihky committed May 17, 2024
1 parent 0cedb97 commit a7a26fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import { MantineProvider } from '@mantine/core';
import type { Metadata } from 'next';

import { theme } from './theme';

// either Static metadata
export const metadata: Metadata = {
title: "PureHTML's Documentation",
};

export default function RootLayout({
children,
}: {
Expand Down

0 comments on commit a7a26fe

Please sign in to comment.