parent
9de57b7347
commit
892575f958
|
@ -17,6 +17,6 @@ export default function robots() {
|
|||
"/withdrawal/",
|
||||
],
|
||||
},
|
||||
sitemap: "https://tiefen.fun/sitemap.xml",
|
||||
sitemap: "https://www.tiefen.fun/sitemap.xml",
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export default function sitemap() {
|
||||
return [
|
||||
{
|
||||
url: "https://tiefen.fun",
|
||||
url: "https://www.tiefen.fun",
|
||||
lastModified: new Date(),
|
||||
changeFrequency: "weekly",
|
||||
priority: 1,
|
||||
|
|
Loading…
Reference in New Issue