소스 검색

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