Skip to content

Commit 7895c1f

Browse files
committed
chore: update page-speed proxy url
1 parent a0ba837 commit 7895c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/PageSpeedService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
export const makePageSpeedAPIRequest = async (urlToMeasure, logDebug = false) => {
1414
// Proxy URL using serverless function that will return data.
1515
// TODO: Replace testing environment URL with actual URL.
16-
const proxyRequestUrl = `https://deploy-preview-2--carbon-calculator-proxy.netlify.app/.netlify/functions/page-speed?url=${encodeURIComponent(urlToMeasure)}`;
16+
const proxyRequestUrl = `https://carbon-calculator-proxy.netlify.app/.netlify/functions/page-speed?url=${encodeURIComponent(urlToMeasure)}`;
1717

1818
// Debug: log intro to console.
1919
if (logDebug) {

0 commit comments

Comments
 (0)