covidpass-greenpass-su-ipho.../next.config.js

13 lines
211 B
JavaScript

const {i18n} = require('./next-i18next.config');
module.exports = {
i18n,
async rewrites() {
return [
{
source: '/pass/note',
destination: '/pass'
}
];
}
};