Added eleventyNavigation plugin to config
This commit is contained in:
parent
7aa895823a
commit
a7cfc2682d
|
@ -1,4 +1,8 @@
|
|||
const eleventyNavigationPlugin = require('@11ty/eleventy-navigation')
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPlugin(eleventyNavigationPlugin)
|
||||
|
||||
eleventyConfig.addLayoutAlias('page', 'layouts/page')
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue