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) {
|
export default function (eleventyConfig) {
|
||||||
eleventyConfig.addPlugin(eleventyPluginVite);
|
eleventyConfig.addPlugin(eleventyPluginVite);
|
||||||
eleventyConfig.addPassthroughCopy("src/CNAME");
|
eleventyConfig.addPassthroughCopy("src/CNAME");
|
||||||
|
eleventyConfig.addPassthroughCopy("src/spec.txt");
|
||||||
eleventyConfig.addMarkdownHighlighter(shikiHighlight);
|
eleventyConfig.addMarkdownHighlighter(shikiHighlight);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue