Skip to content

Commit

Permalink
Add Layout File Keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
prominhaj committed Aug 9, 2024
1 parent 9144db1 commit e5d7d6a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ThemeProvider from '@/Providers/ThemeProvider';
import { dbConnect } from '@/service/mongo';
import SessionProvider from '@/Providers/SessionProvider';
import { GoogleAnalytics } from '@next/third-parties/google';
import { NextSeo } from 'next-seo';

// Font Family
const inter = Inter({ subsets: ['latin'], variable: '--font-inter' });
Expand All @@ -20,6 +19,20 @@ const poppins = Poppins({
export const metadata = {
title: 'Learn Pulse Edu',
description: 'Explore || Learn || Build || Share',
generator: 'Next.js',
applicationName: 'Learn Pulse Edu',
keywords: [
'Next.js',
'React',
'JavaScript',
'Learn Pulse Edu',
'Pulse',
'Edu',
'Course',
'Learn'
],
authors: [{ name: 'Pro Minhaj', url: process.env.BASE_URL }],
creator: 'Pro Minhaj',
openGraph: {
title: 'Learn Pulse Edu',
description: 'Explore || Learn || Build || Share',
Expand Down

0 comments on commit e5d7d6a

Please sign in to comment.