浏览代码

Fixed URL in sitemap

n1474335 7 年之前
父节点
当前提交
74394a773d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     });