Skip to content

Instantly share code, notes, and snippets.

@rserafim
rserafim / next.config.js
Created December 3, 2023 17:01
Next Config redirects Bots
const withPWA = require('next-pwa')
module.exports = withPWA({
async redirects() {
return [
{
source: "/(.*)",
has: [
{
type: "header",
key: "User-Agent",