Skip to content

Commit

Permalink
Merge pull request #5 from the-winner-is-a-tryhard/cloudfront
Browse files Browse the repository at this point in the history
Updating AWS content configuration to use CloudFront CDN with OAI
  • Loading branch information
scottenriquez authored Aug 24, 2020
2 parents 51ed47f + 1264bd3 commit 749fbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config/aws.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const awsConfig = {
bucketName: 'twiath-site-cdn',
cdnURLBase: 'https://twiath-site-cdn.s3.amazonaws.com',
cdnURLBase: 'https://d1yqxti3jheii7.cloudfront.net',
}

export { awsConfig }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-rankings-markdown-cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "CLI tool for generating Markdown for power rankings posts with Sleeper data",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 749fbb4

Please sign in to comment.