We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefe130 commit 3bc1756Copy full SHA for 3bc1756
next.config.ts
@@ -14,6 +14,8 @@ const nextConfig: NextConfig = {
14
reactStrictMode: true,
15
reactCompiler: true,
16
output: 'standalone',
17
+ // https://github.com/vercel/next.js/issues/79313#issuecomment-2892288965
18
+ htmlLimitedBots: /Googlebot|Bingbot|DuckDuckBot|YandexBot|Slurp|facebookexternalhit|Twitterbot|LinkedInBot|Slackbot/i,
19
images: {
20
// unoptimized: true, // Issue: https://github.com/vercel/next.js/issues/54482
21
remotePatterns: [
0 commit comments