Ver código fonte

Changed fragment to query in sitemap

n1474335 7 anos atrás
pai
commit
79a3128491
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/web/static/sitemap.js

+ 1 - 1
src/web/static/sitemap.js

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