Skip to content

Commit c969c80

Browse files
committed
Fix sharedinclude proxy (#663)
1 parent 315038c commit c969c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snooty/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def get(
334334
url_netloc = urllib.parse.urlparse(url).netloc
335335
is_raw_gh_content_url = url_netloc == "raw.githubusercontent.com"
336336
target_url = (
337-
f"https://docs-frontend-stg.netlify.app/.netlify/functions/fetch-url?url={url}"
337+
f"https://populate-data-extension.netlify.app/.netlify/functions/fetch-url?url={url}"
338338
if is_raw_gh_content_url
339339
else url
340340
)

0 commit comments

Comments
 (0)