updated eleventy config and gitignore
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.setServerOptions({
|
||||
host: "0.0.0.0",
|
||||
port: 8080
|
||||
});
|
||||
return {
|
||||
dir: {
|
||||
input: "src", // Where your markdown files live
|
||||
|
||||
Reference in New Issue
Block a user