Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koenoe committed Dec 6, 2024
1 parent 2d3f43d commit ef6aaef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
import { type NextConfig } from 'next';

import getBaseUrl from './src/utils/getBaseUrl';

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
staleTimes: {
dynamic: 0, // default is 30
static: 0, // default is 180
},
},
compiler: {
removeConsole: true,
},
eslint: {
ignoreDuringBuilds: true,
},
Expand Down Expand Up @@ -71,6 +75,6 @@ const nextConfig = {
},
];
},
};
} satisfies NextConfig;

export default nextConfig;

0 comments on commit ef6aaef

Please sign in to comment.