Skip to content

Commit

Permalink
🎨 FORMAT: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenasuncionDEV committed Jan 9, 2023
1 parent 589193c commit 6f01927
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.VERCEL_URL || "http://localhost:3000/",
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [
{
userAgent: "*",
allow: "/",
},
],
},
};

siteUrl: process.env.VERCEL_URL || "http://localhost:3000/",
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [
{
userAgent: "*",
allow: "/",
},
],
},
};

1 comment on commit 6f01927

@vercel
Copy link

@vercel vercel bot commented on 6f01927 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.