mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 15:01:36 +00:00
8 lines
274 B
JavaScript
8 lines
274 B
JavaScript
const pluginSyntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
|
|
|
|
module.exports = function(config) {
|
|
config.addPlugin(pluginSyntaxHighlight);
|
|
config.addPassthroughCopy("js");
|
|
config.addPassthroughCopy("css");
|
|
config.addPassthroughCopy("_");
|
|
} |