Update .eleventy.mjs

This commit is contained in:
Kat Marchán 2025-01-19 14:44:07 -08:00 committed by GitHub
parent 94830ebb39
commit 937286b4f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 {