Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
2er0 authored Oct 16, 2023
1 parent aa03ecf commit 6dd82e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {Inter} from 'next/font/google'
const inter = Inter({subsets: ['latin']})

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'mTADS',
description: 'multivariate Time Series Anomaly Detection Benchmark Suits',
}

export default function RootLayout({
Expand Down

0 comments on commit 6dd82e2

Please sign in to comment.