Changed fragment to query in sitemap
This commit is contained in:
parent
cb1fe80214
commit
79a3128491
@ -22,7 +22,7 @@ sitemap.add({
|
||||
|
||||
for (let op in OperationConfig) {
|
||||
sitemap.add({
|
||||
url: `/#op=${encodeURIComponent(op)}`,
|
||||
url: `/?op=${encodeURIComponent(op)}`,
|
||||
changeFreq: "yearly",
|
||||
priority: 0.5
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user