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
Raw Normal View History

2021-03-17 04:26:32 +00:00
module.exports = {
i18n: {
locales: ['pl'],
defaultLocale: 'pl',
},
images: {
domains: ['localhost', 'cdn.zdamegzaminzawodowy.pl'],
},
2021-03-17 04:26:32 +00:00
};