Selaa lähdekoodia

Fixed URL in sitemap

n1474335 7 vuotta sitten
vanhempi
commit
74394a773d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     });