/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/app/layout.js
12 строк
223 B
Shu Ding
Fix failing test on `canary` branch (#49038)
01 май 2023, 16:23
Не верифицирован
01 май 2023, 16:23
d3c59a1
Код
Авторство
О чём код?
export const revalidate = 0 export default function Root({ children }) { return ( <html lang="en"> <head> <title>switchable runtime</title> </head> <body>{children}</body> </html> ) }