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

13 lines
211 B
JavaScript
Raw Normal View History

2021-07-02 20:55:26 +02:00
const {i18n} = require('./next-i18next.config');
module.exports = {
i18n,
async rewrites() {
return [
{
source: '/pass/note',
destination: '/pass'
}
];
}
2021-07-02 20:55:26 +02:00
};