Skip to content

Commit 02df1f5

Browse files
committed
fix: avoid redirecting /opensearch.xml to package route
1 parent 7d69561 commit 02df1f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/middleware/canonical-redirects.global.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
const pages = [
1616
'/oauth-client-metadata.json',
1717
'/200.html',
18+
'/opensearch.xml',
1819
'/about',
1920
'/accessibility',
2021
'/compare',

0 commit comments

Comments
 (0)