File size: 145 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import { MetadataRoute } from 'next'
export default function manifest(): MetadataRoute.Manifest {
return {
name: 'NextJS Manifest',
}
}
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import { MetadataRoute } from 'next'
export default function manifest(): MetadataRoute.Manifest {
return {
name: 'NextJS Manifest',
}
}
|