mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Fixed URL in sitemap
This commit is contained in:
parent
d491e95d1c
commit
74394a773d
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user