export default function Layout({ children }) { return ( <html> <head></head> <body>{children}</body> </html> ) } export const revalidate = 0