| import { MetadataRoute } from 'next' | |
| export default function manifest(): MetadataRoute.Manifest { | |
| return { | |
| name: 'NextJS Manifest', | |
| } | |
| } | |
| import { MetadataRoute } from 'next' | |
| export default function manifest(): MetadataRoute.Manifest { | |
| return { | |
| name: 'NextJS Manifest', | |
| } | |
| } | |