7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
/** @type {import("next").NextConfig} */
|
|
const nextConfig = {
|
|
generateBuildId: async () => { return "c3635f4ef908df7e48b95"; },
|
|
turbopack: {}
|
|
};
|
|
export default nextConfig;
|