import { Metadata } from 'next' // Force dynamic rendering to avoid issues export const dynamic = 'force-dynamic' export const metadata: Metadata = { title: 'Page not found / granblue.team', description: 'The page you were looking for could not be found' } export default function NotFound() { return (