还原seo
This commit is contained in:
parent
b6c27b5be8
commit
b985e92595
|
@ -17,6 +17,6 @@ export default function robots() {
|
|||
"/withdrawal/",
|
||||
],
|
||||
},
|
||||
sitemap: "https://www.tiefen.fun/sitemap.xml",
|
||||
sitemap: "https://tiefen.fun/sitemap.xml",
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export default function sitemap() {
|
||||
return [
|
||||
{
|
||||
url: "https://www.tiefen.fun",
|
||||
url: "https://tiefen.fun",
|
||||
lastModified: new Date(),
|
||||
changeFrequency: "weekly",
|
||||
priority: 1,
|
||||
|
|
Loading…
Reference in New Issue