Fixed URL in sitemap

This commit is contained in:
n1474335 2018-02-20 17:09:02 +00:00
parent d491e95d1c
commit 74394a773d
1 changed files with 1 additions and 1 deletions

View File

@ -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
});