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 933d75b commit 8180524Copy full SHA for 8180524
src/edge/originResponse.js
@@ -1,6 +1,6 @@
1
const https = require("https");
2
3
-const PRERENDERER_ENDPOINT = "https://snab8fwm3l.execute-api.eu-north-1.amazonaws.com/dev/prerender";
+const PRERENDERER_ENDPOINT = "https://{YOUR_UNIQUE_ID}.execute-api.eu-north-1.amazonaws.com/dev/prerender";
4
5
/**
6
* @description The third function to fire. Pre-render content if user is a bot.
0 commit comments