Skip to content

Commit 9694412

Browse files
Add protocol prefix
1 parent f0a2f30 commit 9694412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function(environment) {
2424
// Here you can pass flags/options to your application instance
2525
// when it is created
2626
scrollContainerSelector: 'body, html',
27-
cdnUrl: process.env.FASTLY_CDN_URL ? process.env.FASTLY_CDN_URL : ''
27+
cdnUrl: process.env.FASTLY_CDN_URL ? `https://process.env.FASTLY_CDN_URL` : ''
2828
},
2929

3030
fastboot: {

0 commit comments

Comments
 (0)