Files
hidden11/next.config.js
alexandrev-tibco 52121fa682
Build and push image / build (push) Successful in 1m14s
Fix homepage social preview
2026-05-05 11:17:46 +02:00

8 lines
144 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
htmlLimitedBots: /.*/,
output: "standalone",
};
module.exports = nextConfig;