Skip to content

Commit 0213d89

Browse files
useruser
authored andcommitted
Added site
1 parent 1e97939 commit 0213d89

File tree

8 files changed

+48
-12
lines changed

8 files changed

+48
-12
lines changed

baker.config.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ const entrypoints = [
44
];
55

66
export default {
7-
domain: 'http://baker-example-page-template-production.s3-website-us-east-1.amazonaws.com/',
7+
output: 'docs',
8+
domain: 'https://parisminton.github.io',
89
entrypoints: `scripts/${
910
entrypoints.length > 1 ? `{${entrypoints.join(',')}}` : entrypoints[0]
1011
}.js`,
11-
pathPrefix: process.env.BAKER_PATH_PREFIX || process.env.DELIVERY_BASE_PATH || '/',
12-
// An example of how creating dynamic pages, as described in the README
13-
// createPages(createPage, data) {
14-
// const pageList = data.example;
15-
// for (const d of pageList) {
16-
// const template = 'year-detail.html';
17-
// const url = `${d.year}`;
18-
// const context = { obj: d };
19-
// createPage(template, url, context);
20-
// }
21-
// },
12+
pathPrefix: '/first-visual-story/',
13+
// An example of how creating dynamic pages, as described in the README
14+
// createPages(createPage, data) {
15+
// const pageList = data.example;
16+
// for (const d of pageList) {
17+
// const template = 'year-detail.html';
18+
// const url = `${d.year}`;
19+
// const context = { obj: d };
20+
// createPage(template, url, context);
21+
// }
22+
// },
2223
};
562 KB
Loading

docs/index.html

Lines changed: 25 additions & 0 deletions
Large diffs are not rendered by default.

docs/scripts/app.62d3f946.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/app.62d3f946.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/nomodule/app.c04305a0.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/nomodule/app.c04305a0.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles/app.16ed6a33.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)