We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94830eb commit 937286bCopy full SHA for 937286b
.eleventy.mjs
@@ -6,6 +6,7 @@ import { readFile } from "node:fs/promises";
6
export default function (eleventyConfig) {
7
eleventyConfig.addPlugin(eleventyPluginVite);
8
eleventyConfig.addPassthroughCopy("src/CNAME");
9
+ eleventyConfig.addPassthroughCopy("src/spec.txt");
10
eleventyConfig.addMarkdownHighlighter(shikiHighlight);
11
12
return {
0 commit comments