mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-11 02:18:54 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
eslint: {
|
|
ignoreDuringBuilds: true,
|
|
}
|
|
};
|
|
|
|
export default nextConfig;
|