S
Size: a a a
S
ИК
ИК
EM
EM
ИК
ИК
AK
A
<Link href='/watch/[pid]' as={`/watch/${props.id}`} passHref>A
A
A
S
S
A
Watch.getInitialProps = async ({ query }) => {
const response = await getShortData(query.pid)
return {
data: response.data[0]
}
}A
AK
