Skip to content

Commit

Permalink
Temporary disabled robots.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Dec 17, 2023
1 parent 0f5573b commit cb57007
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions apps/nextjs/src/app/sitemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ export default function sitemap(): MetadataRoute.Sitemap {
{
url: "https://svg-to-swiftui.quassum.com",
lastModified: new Date(),
changeFrequency: "monthly",
priority: 1,
},
{
url: "https://svg-to-swiftui.quassum.com/privacy-policy",
lastModified: new Date(),
changeFrequency: "yearly",
priority: 0.8,
},
{
url: "https://svg-to-swiftui.quassum.com/terms-and-conditions",
lastModified: new Date(),
changeFrequency: "yearly",
priority: 0.5,
},
];
Expand Down

0 comments on commit cb57007

Please sign in to comment.