UNPKG

@winstrike/next-i18next-koa

Version:

The easiest way to translate your NextJs apps. With Koa support only. Forked from 'next-i18next'.

6 lines 224 B
export default ((res, redirectLocation) => { res.set('Cache-Control', 'private, no-cache, no-store, must-revalidate'); res.set('Expires', '-1'); res.set('Pragma', 'no-cache'); res.redirect(302, redirectLocation); });