fix: .eleventy.js formatting
This commit is contained in:
parent
006999c671
commit
ab187f6161
|
@ -1,6 +1,6 @@
|
||||||
const pluginNavigation = require("@11ty/eleventy-navigation")
|
const pluginNavigation = require("@11ty/eleventy-navigation")
|
||||||
|
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function (eleventyConfig) {
|
||||||
|
|
||||||
eleventyConfig.addPlugin(pluginNavigation);
|
eleventyConfig.addPlugin(pluginNavigation);
|
||||||
|
|
||||||
|
|
Reference in a new issue