Skip to content

Commit e46bcbb

Browse files
committed
CloudFront url update
1 parent f0d633e commit e46bcbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_src/data/styles/lesson.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Cache = require('@11ty/eleventy-cache-assets')
22

33
module.exports = async function () {
4-
const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com/Styles/lesson.css'
4+
const url = 'https://d31uz8lwfmyn8g.cloudfront.net/Styles/lesson.css'
55
const style = await Cache(url, {
66
duration: '1d',
77
type: 'txt',

_src/data/styles/responsive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Cache = require('@11ty/eleventy-cache-assets')
22

33
module.exports = async function () {
4-
const url = 'https://henry-11ty-resources.s3.sa-east-1.amazonaws.com/Styles/responsive.css'
4+
const url = 'https://d31uz8lwfmyn8g.cloudfront.net/Styles/responsive.css'
55
const style = await Cache(url, {
66
duration: '1d',
77
type: 'txt',

0 commit comments

Comments
 (0)