OO
Size: a a a
OO
AS
А
OO
OO
РК

М
М
PK
export async function getServerSideProps(ctx) {
const { params: { browser } } = ctx;
const props = await getCommonProps();
props.targetBrowser = browser // <-- вроде некрасиво
return { props };
}РК
RS
RS
C
S
redirect, который имеет следующий вид { destination: string, permanent: boolean }N
N
N
AS