Skip to content

Commit 9fe06f2

Browse files
committed
Merge branch 'master' into fix-dead-links
2 parents 389ba05 + 8b1f7be commit 9fe06f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apify-docs-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/docs-theme",
3-
"version": "1.0.206",
3+
"version": "1.0.207",
44
"description": "",
55
"main": "./src/index.js",
66
"files": [

apify-docs-theme/static/js/custom.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ function clearMcpRedirectCache() {
145145
fetch('https://mcp.apify.com/', {
146146
method: 'get',
147147
cache: 'reload',
148+
headers: {
149+
Accept: 'text/html',
150+
},
148151
}).then(() => {
149152
// Cache cleared successfully
150153
}).catch(() => {

0 commit comments

Comments
 (0)