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