melanie / bunny-ai-blocking.js
0 curtidas
0 bifurcações
1 arquivos
Última atividade 9 months ago
| 1 | const config = { |
| 2 | ACCESS_KEY: "", |
| 3 | CLEANUP: false, |
| 4 | DEBUG: false, |
| 5 | PULL_ZONES: [69, 420], |
| 6 | }; |
| 7 | |
| 8 | const consts = { |
| 9 | AI_ROBOTS_FILE: |
| 10 | "https://raw.githubusercontent.com/ai-robots-txt/ai.robots.txt/main/robots.txt", |
melanie / no-ai--next.config.js
0 curtidas
0 bifurcações
1 arquivos
Última atividade 9 months ago
| 1 | const nextConfig = { |
| 2 | async redirects() { |
| 3 | return [ |
| 4 | { |
| 5 | source: '/(.*)', |
| 6 | has: [ |
| 7 | { |
| 8 | type: 'header', |
| 9 | key: 'User-Agent', |
| 10 | value: |
Próximo
Anterior