Skip to content

Commit

Permalink
fix incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
calvo-jp committed Feb 29, 2024
1 parent 9d4a090 commit 593012c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const metadata: Metadata = {
template: '@untitled-theme/icons-{react|svelte} | %s',
},
description: 'Untitled UI icons for React and Svelte',
metadataBase: new URL('https://untitled-theme.vercel.app'),
metadataBase: new URL('https://untitled-theme-docs.vercel.app'),
openGraph: {
type: 'website',
title: '@untitled-theme/icons-{react|svelte}',
Expand Down
2 changes: 1 addition & 1 deletion website/src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default function robots(): MetadataRoute.Robots {
allow: '/',
userAgent: '*',
},
sitemap: 'https://untitled-theme.vercel.app/sitemap.xml',
sitemap: 'https://untitled-theme-docs.vercel.app/sitemap.xml',
};
}
2 changes: 1 addition & 1 deletion website/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {MetadataRoute} from 'next';
export default function sitemap(): MetadataRoute.Sitemap {
return [
{
url: 'https://untitled-theme.vercel.app',
url: 'https://untitled-theme-docs.vercel.app',
lastModified: new Date(),
changeFrequency: 'monthly',
priority: 1,
Expand Down

0 comments on commit 593012c

Please sign in to comment.