Merge branch 'master' of https://github.com/PolymerLabs/lit-element-starter-ts into clean-script
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
|
||||
const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight');
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPassthroughCopy("docs-src/docs.css");
|
||||
eleventyConfig.addPassthroughCopy("docs-src/.nojekyll");
|
||||
return {
|
||||
dir: {
|
||||
input: "docs-src",
|
||||
output: "docs"
|
||||
input: 'docs-src',
|
||||
output: 'docs',
|
||||
},
|
||||
templateExtensionAliases: {
|
||||
"11ty.cjs": "11ty.js",
|
||||
"11tydata.cjs": "11tydata.js"
|
||||
}
|
||||
'11ty.cjs': '11ty.js',
|
||||
'11tydata.cjs': '11tydata.js',
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user