This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/next.config.js

10 lines
158 B
JavaScript

module.exports = {
i18n: {
locales: ['pl'],
defaultLocale: 'pl',
},
images: {
domains: ['localhost', 'cdn.zdamegzaminzawodowy.pl'],
},
};