rsnext/docs
Yossi Spektor 23d71ff116
Any elements must be direct children of next/head (#11557)
It is any elements and not only meta or title because the children of next/head are generated in here: 8c899ee5e4/packages/next/next-server/lib/head.tsx (L139)
where React.cloneElement is called without the third parameter which is needed to clone the children as well (https://reactjs.org/docs/react-api.html#cloneelement).
2020-04-06 13:35:22 +02:00
..
advanced-features Update Automatic Static Optimization docs (#11618) 2020-04-06 09:46:19 +02:00
api-reference Any elements must be direct children of next/head (#11557) 2020-04-06 13:35:22 +02:00
api-routes [docs] Remove broken link to example api-routes-micro (#11597) 2020-04-02 17:22:12 +02:00
basic-features add links to sections in data fetching documentation (#11666) 2020-04-05 13:52:43 +02:00
routing Fix small punctuation issue (#11439) 2020-03-30 11:45:11 +02:00
deployment.md Rename zeit.co/new → zeit.co/import (#10674) 2020-02-24 19:08:34 -05:00
faq.md Update FAQ link (#11636) 2020-04-03 19:20:19 +02:00
getting-started.md Update minimum required node version to be more specific (#11604) 2020-04-02 14:06:36 -04:00
manifest.json Add docs for multi zones (#11348) 2020-03-26 10:44:00 +01:00
upgrading.md updating links to dynamic-routes section of docs (#10759) 2020-03-01 15:23:03 +01:00