diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-09 00:26:25 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-09 00:26:25 +0200 |
| commit | c52f892729bb9e8101b3ef4cb7a7f9c916188aa4 (patch) | |
| tree | 79f2a45132d21cd63b3609e5610c1496f8baa8df /src/app | |
| parent | f6f79e20a7eb20dc2c49353c5ede77db4fc24c81 (diff) | |
| download | invoice-c52f892729bb9e8101b3ef4cb7a7f9c916188aa4.tar.gz invoice-c52f892729bb9e8101b3ef4cb7a7f9c916188aa4.zip | |
fix(sitemap): fix the incoices typo
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/sitemap.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/sitemap.ts b/src/app/sitemap.ts index 8b23ae9..47e8cd6 100644 --- a/src/app/sitemap.ts +++ b/src/app/sitemap.ts @@ -4,7 +4,7 @@ import type { MetadataRoute } from 'next'; export default function sitemap(): MetadataRoute.Sitemap { const blogs = getAllBlogs(); const blogUrls = blogs.map((blog) => ({ - url: `https://free-incoices.org/blogs/${blog.slug}`, + url: `https://free-invoices.org/blogs/${blog.slug}`, lastModified: new Date(), changeFrequency: 'yearly' as const, priority: 0.8, |
