mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-28 09:58:49 +05:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
|
|
import type { Metadata } from 'next';
|
||
|
|
|
||
|
|
export const metadata: Metadata = {
|
||
|
|
title: 'Neo Movies',
|
||
|
|
description: 'Смотрите фильмы онлайн',
|
||
|
|
};
|