mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
add basic stuff
This commit is contained in:
13
eleventy.config.cjs
Normal file
13
eleventy.config.cjs
Normal file
@@ -0,0 +1,13 @@
|
||||
const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
|
||||
|
||||
module.exports = function(eleventyConfig){
|
||||
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
|
||||
eleventyConfig.addPassthroughCopy("static");
|
||||
return {
|
||||
pathPrefix: "/",
|
||||
dir: {
|
||||
input: "src",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user