feat : update next config
This commit is contained in:
parent
f612fb4024
commit
dad8d99019
|
|
@ -26,6 +26,7 @@ RUN pnpm install --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Building app
|
# Building app
|
||||||
|
RUN rm -rf .next
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,10 @@ const bundleAnalyzer = withBundleAnalyzer({
|
||||||
});
|
});
|
||||||
|
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
env: {
|
trailingSlash: true,
|
||||||
_next_intl_trailing_slash: "false"
|
|
||||||
},
|
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
assetPrefix: 'https://kontenhumas.com/',
|
|
||||||
images: {
|
images: {
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue