/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/pages/static.js
14 строк
232 B
Tim Neutkens
Ensure server components entries are not part of the pages buildmanifest (#38416)
07 июл 2022, 23:17
Не верифицирован
07 июл 2022, 23:17
aa0ba3c
Код
Авторство
О чём код?
import Runtime from '../utils/runtime' import Time from '../utils/time' export default function Page() { return ( <div> This is a static page. <br /> <Runtime /> <br /> <Time /> </div> ) }