We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ba837 commit 7895c1fCopy full SHA for 7895c1f
src/core/PageSpeedService.js
@@ -13,7 +13,7 @@
13
export const makePageSpeedAPIRequest = async (urlToMeasure, logDebug = false) => {
14
// Proxy URL using serverless function that will return data.
15
// 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)}`;
+ const proxyRequestUrl = `https://carbon-calculator-proxy.netlify.app/.netlify/functions/page-speed?url=${encodeURIComponent(urlToMeasure)}`;
17
18
// Debug: log intro to console.
19
if (logDebug) {
0 commit comments