first commit
This commit is contained in:
14
frontend/next.config.js
Normal file
14
frontend/next.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
i18n: {
|
||||
locales: ['es', 'en'],
|
||||
defaultLocale: 'es',
|
||||
},
|
||||
images: {
|
||||
domains: ['bakeryforecast.es'],
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user