Update .eleventy.mjs
This commit is contained in:
parent
94830ebb39
commit
937286b4f8
|
|
@ -6,6 +6,7 @@ import { readFile } from "node:fs/promises";
|
|||
export default function (eleventyConfig) {
|
||||
eleventyConfig.addPlugin(eleventyPluginVite);
|
||||
eleventyConfig.addPassthroughCopy("src/CNAME");
|
||||
eleventyConfig.addPassthroughCopy("src/spec.txt");
|
||||
eleventyConfig.addMarkdownHighlighter(shikiHighlight);
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue