mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Changed fragment to query in sitemap
This commit is contained in:
parent
cb1fe80214
commit
79a3128491
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sitemap.add({
|
||||||
|
|
||||||
for (let op in OperationConfig) {
|
for (let op in OperationConfig) {
|
||||||
sitemap.add({
|
sitemap.add({
|
||||||
url: `/#op=${encodeURIComponent(op)}`,
|
url: `/?op=${encodeURIComponent(op)}`,
|
||||||
changeFreq: "yearly",
|
changeFreq: "yearly",
|
||||||
priority: 0.5
|
priority: 0.5
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue