Skip to content

Commit

Permalink
feat: updated sitemap / metadata url
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Oct 12, 2024
1 parent bce202d commit 7d6497b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function generateMetadata({
t("keywords.key13"),
t("keywords.key14"),
],
metadataBase: new URL("https://www.nexustimer.pro/" + locale),
metadataBase: new URL("https://nexustimer.com/" + locale),
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default function robots(): MetadataRoute.Robots {
allow: "/",
disallow: "/private/",
},
sitemap: "https://www.nexustimer.pro/sitemap.xml",
sitemap: "https://nexustimer.com/sitemap.xml",
};
}

0 comments on commit 7d6497b

Please sign in to comment.