Skip to content

Commit

Permalink
Upgrade to eleventy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyMehis committed Jul 26, 2024
1 parent d64916c commit b398dec
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 2,612 deletions.
4 changes: 3 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const markdownItLinkAttributes = require("markdown-it-link-attributes");

const purgeCssPlugin = require("eleventy-plugin-purgecss");


/**
* @param {import('@11ty/eleventy').UserConfig} eleventyConfig
*/
module.exports = function (eleventyConfig) {

eleventyConfig.addPassthroughCopy("src/assets");
Expand Down
Loading

0 comments on commit b398dec

Please sign in to comment.