We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdcf73 commit 3c239e9Copy full SHA for 3c239e9
src/app/sitemap.ts
@@ -1,7 +1,6 @@
1
import { MetadataRoute } from 'next';
2
-const BASE_URL = 'https://www.pythings.dev';
+const BASE_URL = 'https://pythings.dev';
3
import { getAllPosts } from '@/libs/post';
4
-export const dynamic = 'force-static'
5
6
export default function sitemap(): MetadataRoute.Sitemap {
7
// Doesn't work in dev mode
@@ -22,7 +21,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
22
21
url: `${BASE_URL}/blog`,
23
lastModified: new Date(),
24
changeFrequency: 'weekly',
25
- priority: 0.5,
+ priority: 0.7
26
},
27
{
28
url: `${BASE_URL}/shop`,
0 commit comments