Przeglądaj źródła

Fixed URL in sitemap

n1474335 7 lat temu
rodzic
commit
74394a773d
1 zmienionych plików z 1 dodań i 1 usunięć
  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
     });