Skip to content

Commit

Permalink
Update .eleventy.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Jan 19, 2025
1 parent 94830eb commit 937286b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 937286b

Please # to comment.