... from 'next' export const getServerSideProps: GetServerSideProps = async (ctx) => { const { req, res } = ctx const {cookies} = req return ...
確定! 回上一頁