We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a2f30 commit 9694412Copy full SHA for 9694412
config/environment.js
@@ -24,7 +24,7 @@ module.exports = function(environment) {
24
// Here you can pass flags/options to your application instance
25
// when it is created
26
scrollContainerSelector: 'body, html',
27
- cdnUrl: process.env.FASTLY_CDN_URL ? process.env.FASTLY_CDN_URL : ''
+ cdnUrl: process.env.FASTLY_CDN_URL ? `https://process.env.FASTLY_CDN_URL` : ''
28
},
29
30
fastboot: {
0 commit comments