wersja pokazaowa 26.08.2025
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: 'export',
|
||||
// next.config.ts
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
images: { unoptimized: true },
|
||||
trailingSlash: true,
|
||||
eslint: { ignoreDuringBuilds: true }, // ← nie blokuj buildu na lint
|
||||
// typescript: { ignoreBuildErrors: true }, // ← użyj tylko awaryjnie
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user