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