next.js/test/e2e/app-dir/revalidate-dynamic/app/layout.js
layout.js10 lines170 B
export const fetchCache = 'default-cache'

export default function Layout({ children }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN