export default function layout({ children }) { return children } export const metadata = { metadataBase: new URL('https://example.com/base'), }