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 (

404

Page Not Found

The page you're looking for doesn't exist.

Create a new party Browse teams
) }