Skip to content

Commit 7833813

Browse files
committed
fix example styles, update main.js to match changes in master, and parameterize preview embed URL
1 parent 6427b9a commit 7833813

File tree

204 files changed

+79
-8354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+79
-8354
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.0
1+
v23.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function (eleventyConfig) {
1919
'stg': 'https://cdn.knightlab.com/libs/timeline3/dev/',
2020
'prd': 'https://cdn.knightlab.com/libs/timeline3/latest/',
2121
}
22-
let prefix = PREFIXES[process.env.DEPLOY_TARGET] || '/';
22+
let prefix = PREFIXES[process.env.DEPLOY_TARGET] || '/dist/';
2323
return `${prefix}${content}`;
2424
});
2525

File renamed without changes.
File renamed without changes.

website/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)