Skip to content

Commit

Permalink
Revert "fix: change url"
Browse files Browse the repository at this point in the history
This reverts commit a4d2682.
  • Loading branch information
gmguarino committed Apr 22, 2024
1 parent fb4edb5 commit e83f350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module.exports = {
// !STARTERCONF Change the siteUrl
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
siteUrl: "https://pinkbombs-app.vercel.app",
siteUrl: 'https://tsnext-tw.thcl.dev',
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [{ userAgent: '*', allow: '/' }],
Expand Down
5 changes: 3 additions & 2 deletions src/constant/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const siteConfig = {
title: 'Pinkbombs',
description:
"Analyzing the impact of Salmon on the Environment, Ecosystem, Health and Communities.",
url: "https://pinkbombs-app.vercel.app",
'A starter for Next.js, Tailwind CSS, and TypeScript with Absolute Import, Seo, Link component, pre-configured with Husky',
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
url: 'https://tsnext-tw.thcl.dev',
};

0 comments on commit e83f350

Please sign in to comment.