Forráskód Böngészése

Fixed URL in sitemap

n1474335 7 éve
szülő
commit
74394a773d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
     });