Skip to content

Commit

Permalink
✨ feat: Added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
masoumehmohebbi committed Jun 9, 2024
1 parent 3054b67 commit 9436e39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/containers/Layout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import React from 'react';
import Header from '@/containers/Layout/Header';
import Footer from '@/containers/Layout/Footer';
import { Metadata } from 'next';

export const metadata: Metadata = {
title: 'اپلیکیشن برنامه ریزی',
description: 'The Todolist app, built with App Router.',
metadataBase: new URL('http://localhost/:3000'),
};

const Layout = ({ children }: { children: React.ReactNode }) => {
return (
Expand Down

0 comments on commit 9436e39

Please sign in to comment.