curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
https://nodejs.org/en/download/
// next.config.js
module.exports = {
assetPrefix: '/translation',
}
npm i && npm run build && npm run start -- -p 8080