next.js/test/e2e/app-dir/app-basepath/app/manifest.ts
manifest.ts8 lines145 B
import { MetadataRoute } from 'next'

export default function manifest(): MetadataRoute.Manifest {
  return {
    name: 'NextJS Manifest',
  }
}
Quest for Codev2.0.0
/
SIGN IN