first
This commit is contained in:
9
node_modules/@11ty/eleventy-navigation/sample/.eleventy.js
generated
vendored
Normal file
9
node_modules/@11ty/eleventy-navigation/sample/.eleventy.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
const EleventyNavigationPlugin = require("../");
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPlugin(EleventyNavigationPlugin);
|
||||
|
||||
return {
|
||||
pathPrefix: "/sdljfkaldsjlfka/"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user