File tree Expand file tree Collapse file tree 4 files changed +432
-1467
lines changed Expand file tree Collapse file tree 4 files changed +432
-1467
lines changed Original file line number Diff line number Diff line change 66 - /
77 - packages/web-features
88 - packages/compute-baseline
9+ - gh-pages
910 schedule :
1011 interval : daily
1112 ignore :
Original file line number Diff line number Diff line change 1- const { EleventyHtmlBasePlugin } = require ( "@11ty/eleventy" ) ;
2- const markdownIt = require ( "markdown-it" ) ;
3- const markdownItAnchor = require ( "markdown-it-anchor" ) ;
1+ import { EleventyHtmlBasePlugin } from "@11ty/eleventy" ;
2+ import markdownIt from "markdown-it" ;
3+ import markdownItAnchor from "markdown-it-anchor" ;
44
5- module . exports = function ( eleventyConfig ) {
5+ export default function ( eleventyConfig ) {
66 eleventyConfig . addPassthroughCopy ( "./src/assets/img" ) ;
77 eleventyConfig . addPassthroughCopy ( "./src/assets/fonts" ) ;
88 eleventyConfig . addPassthroughCopy ( "./src/assets/css" ) ;
@@ -19,4 +19,4 @@ module.exports = function (eleventyConfig) {
1919 output : "../_site" ,
2020 } ,
2121 } ;
22- } ;
22+ }
You can’t perform that action at this time.
0 commit comments