Broken link plugin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import pugPlugin from "@11ty/eleventy-plugin-pug";
|
||||
import brokenLinksPlugin from "eleventy-plugin-broken-links";
|
||||
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
|
||||
import { EleventyRenderPlugin } from '@11ty/eleventy';
|
||||
import * as fs from 'fs';
|
||||
@@ -6,6 +7,7 @@ import * as opml from 'opml';
|
||||
|
||||
export default function (eleventyConfig) {
|
||||
eleventyConfig.setInputDirectory("src")
|
||||
eleventyConfig.addPlugin(brokenLinksPlugin);
|
||||
eleventyConfig.addPlugin(pugPlugin);
|
||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||
htmlOptions: {
|
||||
|
||||
Reference in New Issue
Block a user