try fix font
This commit is contained in:
parent
e8716fc096
commit
3084f74607
@ -1,12 +1,13 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
optimizeFonts: false,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
compiler: {
|
compiler: {
|
||||||
styledComponents: true,
|
styledComponents: true,
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"]
|
domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user