Skip to content

Commit c86f634

Browse files
committed
Updated the package version lock with the latest eleventy, and synchronised the config with the upstream template
1 parent 1472e94 commit c86f634

2 files changed

Lines changed: 178 additions & 161 deletions

File tree

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default async function (eleventyConfig, options = {}) {
77
const siteData = JSON.parse(file.readFileSync("./package.json", "utf-8"));
88

99
// Register user-doc-base plugin with this project's input dir
10-
await userDocBase(eleventyConfig, { inputDir: "src", syncChanges: true });
10+
await userDocBase(eleventyConfig, { inputDir: "src", syncChanges: false });
1111

1212
// Copy the root README.md to src/index.md, so that it can be rendered as the homepage content.
1313
eleventyConfig.on("eleventy.before", () => {

0 commit comments

Comments
 (0)