Skip to content

Commit 937286b

Browse files
authored
Update .eleventy.mjs
1 parent 94830eb commit 937286b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eleventy.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { readFile } from "node:fs/promises";
66
export default function (eleventyConfig) {
77
eleventyConfig.addPlugin(eleventyPluginVite);
88
eleventyConfig.addPassthroughCopy("src/CNAME");
9+
eleventyConfig.addPassthroughCopy("src/spec.txt");
910
eleventyConfig.addMarkdownHighlighter(shikiHighlight);
1011

1112
return {

0 commit comments

Comments
 (0)